We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2149a0f commit a53c37dCopy full SHA for a53c37d
.github/workflows/ci.yml
@@ -97,7 +97,7 @@ jobs:
97
98
- uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
99
with:
100
- use_oidc: true
+ use_oidc: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }}
101
disable_search: true
102
files: ./coverage/codecov.json
103
0 commit comments