Skip to content

Commit

Permalink
fix: set use_oidc to false for PRs from fork repos
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Oct 5, 2024
1 parent 461c500 commit dc799cd
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 dc799cd

Please sign in to comment.