We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc2fd1e commit f7bbeecCopy full SHA for f7bbeec
1 file changed
.github/workflows/snyk.yml
@@ -3,7 +3,7 @@ name: Snyk
3
on:
4
merge_group:
5
workflow_dispatch:
6
- pull_request:
+ pull_request_target:
7
types:
8
- opened
9
- synchronize
@@ -23,7 +23,7 @@ concurrency:
23
jobs:
24
authorize:
25
name: Authorize
26
- environment: ${{ github.actor != 'dependabot[bot]' && github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository && 'external' || 'internal' }}
+ environment: ${{ github.actor != 'dependabot[bot]' && github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.full_name != github.repository && 'external' || 'internal' }}
27
runs-on: ubuntu-latest
28
steps:
29
- run: true
0 commit comments