mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 04:17:55 +08: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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user