Skip to content

Commit c684a4f

Browse files
authored
use "pull_request_target" in privacy review action (#3025)
* update privacy-review action to latest * bump dep
1 parent 29eb2ac commit c684a4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name: Create Asana task for Privacy Review
22

33
on:
4-
pull_request:
4+
pull_request_target:
55
types: [ labeled ]
66

77
jobs:
88
call-privacy-review:
99
if: contains(github.event.label.name, 'privacy review')
10-
uses: duckduckgo/native-github-asana-sync/.github/workflows/privacy-review.yml@v1.5
10+
uses: duckduckgo/native-github-asana-sync/.github/workflows/privacy-review.yml@v1.7
1111
with:
1212
team_name: 'Extension'
13-
ref: 'v1.3'
13+
ref: 'v1.7'
1414
secrets:
1515
asana_pat: ${{ secrets.ASANA_ACCESS_TOKEN }}
1616
github_pat: ${{ secrets.DAXMOBILE_TOKEN }}

0 commit comments

Comments
 (0)