From 83a07a674be4b5b2d20a48ff1d10e0f66edb068f Mon Sep 17 00:00:00 2001 From: Graeme Arthur Date: Fri, 8 Dec 2023 11:46:02 +0100 Subject: [PATCH] Use the right asana secret variable --- .github/workflows/pr-opened.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-opened.yml b/.github/workflows/pr-opened.yml index 52046b6428..33562abf3b 100644 --- a/.github/workflows/pr-opened.yml +++ b/.github/workflows/pr-opened.yml @@ -11,7 +11,7 @@ jobs: - name: Add Asana task to Project uses: duckduckgo/native-github-asana-sync@v1.0 with: - asana-pat: ${{ secrets.GH_ASANA_SECRET }} + asana-pat: ${{ secrets.ASANA_ACCESS_TOKEN }} trigger-phrase: 'Task/Issue URL:' asana-project: '414235014887631' asana-section: '414413334607374'