diff --git a/.github/workflows/pr-opened.yml b/.github/workflows/pr-opened.yml index de556a7fd3..52046b6428 100644 --- a/.github/workflows/pr-opened.yml +++ b/.github/workflows/pr-opened.yml @@ -1,14 +1,17 @@ +name: Asana integration after Pull Request submitted + on: pull_request: types: [opened, reopened] jobs: - sync: + add-task-to-app-board: runs-on: ubuntu-latest steps: - name: Add Asana task to Project uses: duckduckgo/native-github-asana-sync@v1.0 with: + asana-pat: ${{ secrets.GH_ASANA_SECRET }} trigger-phrase: 'Task/Issue URL:' asana-project: '414235014887631' asana-section: '414413334607374'