Skip to content

Commit

Permalink
Add privacy review workflow (#2877)
Browse files Browse the repository at this point in the history
* add privacy review workflow

* use Dax token
  • Loading branch information
nshuba authored Jan 8, 2025
1 parent 398eaab commit fb4268d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/privacy-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Create Asana task for Privacy Review

on:
pull_request:
types: [ labeled ]

jobs:
call-privacy-review:
if: contains(github.event.label.name, 'privacy review')
uses: duckduckgo/native-github-asana-sync/.github/workflows/[email protected]
with:
team_name: 'Extension'
ref: 'v1.3'
secrets:
asana_pat: ${{ secrets.ASANA_ACCESS_TOKEN }}
github_pat: ${{ secrets.DAXMOBILE_TOKEN }}

0 comments on commit fb4268d

Please sign in to comment.