1
0
mirror of https://gitea.com/docker/setup-qemu-action.git synced 2026-02-02 21:24:28 +07:00

Merge pull request #120 from crazy-max/codecov-token

ci: set codecov token
This commit is contained in:
CrazyMax
2024-02-23 09:42:49 +01:00
committed by GitHub

View File

@@ -28,3 +28,4 @@ jobs:
uses: codecov/codecov-action@v4 uses: codecov/codecov-action@v4
with: with:
file: ./coverage/clover.xml file: ./coverage/clover.xml
token: ${{ secrets.CODECOV_TOKEN }}