mirror of
https://github.com/project-zot/zot.git
synced 2025-01-13 22:50:38 -05:00
chore(codecov): use a token to authenticate to codecov (#1212)
This should not be necessary for public repos, but should help with rate limitting Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
This commit is contained in:
parent
be33f7b252
commit
b1c6d945c6
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci-cd.yml
vendored
2
.github/workflows/ci-cd.yml
vendored
|
@ -117,6 +117,8 @@ jobs:
|
|||
ARCH: ${{ matrix.arch }}
|
||||
- name: Upload code coverage
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
- name: Generate GraphQL Introspection JSON on Release
|
||||
if: github.event_name == 'release' && github.event.action == 'published' && matrix.os == 'linux' && matrix.arch == 'amd64'
|
||||
|
|
Loading…
Add table
Reference in a new issue