We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3e7298 commit 5d49a7bCopy full SHA for 5d49a7b
1 file changed
.github/workflows/github_actions_scan.yml
@@ -52,7 +52,7 @@ jobs:
52
inputs.wif_provider != '' ||
53
(
54
needs.check-changes.outputs.changed == 'true' &&
55
- github.event_name == 'pull_request' &&
+ github.event_name == 'pull_request_target' &&
56
!startsWith(github.workflow_ref, format('{0}/', github.repository))
57
)
58
permissions:
0 commit comments