Skip to content

Commit

Permalink
fix: turn off use_oidc for PRs from forked repos (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Oct 5, 2024
1 parent 8fae7d2 commit 6749c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
use_oidc: true
use_oidc: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }}
- name: Minimize uv cache
run: uv cache prune --ci

0 comments on commit 6749c5e

Please sign in to comment.