We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e652465 commit 3611b00Copy full SHA for 3611b00
.github/workflows/test.yml
@@ -5,6 +5,12 @@ on:
5
branches: [ "main" ]
6
pull_request:
7
8
+ # pull_request_target runs on the BASE of the PR, not the merge result.
9
+ # It has write permissions and access to secrets.
10
+ # It's useful for PRs from forks or automated PRs but requires careful use for security reasons.
11
+ # See: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target
12
+ pull_request_target:
13
+ branches: [ "main" ]
14
15
jobs:
16
test:
0 commit comments