mirror of
https://github.com/docker/build-push-action.git
synced 2024-11-10 04:15:40 +01:00
Merge pull request #1059 from crazy-max/codecov-token
ci: set codecov token
This commit is contained in:
commit
62d8db0960
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user