We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29eb2ac commit c684a4fCopy full SHA for c684a4f
.github/workflows/privacy-review.yml
@@ -1,16 +1,16 @@
1
name: Create Asana task for Privacy Review
2
3
on:
4
- pull_request:
+ pull_request_target:
5
types: [ labeled ]
6
7
jobs:
8
call-privacy-review:
9
if: contains(github.event.label.name, 'privacy review')
10
- uses: duckduckgo/native-github-asana-sync/.github/workflows/privacy-review.yml@v1.5
+ uses: duckduckgo/native-github-asana-sync/.github/workflows/privacy-review.yml@v1.7
11
with:
12
team_name: 'Extension'
13
- ref: 'v1.3'
+ ref: 'v1.7'
14
secrets:
15
asana_pat: ${{ secrets.ASANA_ACCESS_TOKEN }}
16
github_pat: ${{ secrets.DAXMOBILE_TOKEN }}
0 commit comments