mirror of
https://github.com/beetbox/beets.git
synced 2026-02-09 00:41:57 +01:00
Disable OIDC for coverage uploads from forks
This is based on the following comment: https://github.com/codecov/codecov-action/issues/1594#issuecomment-2394913029
This commit is contained in:
parent
176661bbf8
commit
db71444fe7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -75,4 +75,4 @@ jobs:
|
|||
uses: codecov/codecov-action@v4
|
||||
with:
|
||||
files: ./coverage.xml
|
||||
use_oidc: true
|
||||
use_oidc: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue