Skip to content

Commit

Permalink
chore: switch to pull_request_target
Browse files Browse the repository at this point in the history
No change to logic. This swaps `pull_request` for `pull_request_target`.
The goal is to let pull requests from repository forks have access to
the CODECOV_TOKEN secret.
  • Loading branch information
nfischer committed Jun 22, 2024
1 parent d81c325 commit 0981e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI
on:
- push
- pull_request
- pull_request_target
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
jobs:
Expand Down

0 comments on commit 0981e8b

Please sign in to comment.