From c615db5fcbed953172b3660e58890cbc196deda7 Mon Sep 17 00:00:00 2001 From: Graeme Arthur Date: Fri, 8 Dec 2023 11:42:10 +0100 Subject: [PATCH] Update names and add secret --- .github/workflows/pr-opened.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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'