mirror of
https://github.com/project-zot/zot.git
synced 2024-12-30 22:34:13 -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 }}
|
ARCH: ${{ matrix.arch }}
|
||||||
- name: Upload code coverage
|
- name: Upload code coverage
|
||||||
uses: codecov/codecov-action@v3
|
uses: codecov/codecov-action@v3
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
|
||||||
- name: Generate GraphQL Introspection JSON on Release
|
- name: Generate GraphQL Introspection JSON on Release
|
||||||
if: github.event_name == 'release' && github.event.action == 'published' && matrix.os == 'linux' && matrix.arch == 'amd64'
|
if: github.event_name == 'release' && github.event.action == 'published' && matrix.os == 'linux' && matrix.arch == 'amd64'
|
||||||
|
|
Loading…
Reference in a new issue