From d4a0eb5574882e78080cc6901a35051165199c47 Mon Sep 17 00:00:00 2001 From: mordochi Date: Tue, 30 Apr 2024 17:34:12 +0800 Subject: [PATCH] chore: update asana project id --- .github/workflows/create-asana-attachment.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-asana-attachment.yaml b/.github/workflows/create-asana-attachment.yaml index 8c538313..35adcb17 100644 --- a/.github/workflows/create-asana-attachment.yaml +++ b/.github/workflows/create-asana-attachment.yaml @@ -13,6 +13,8 @@ jobs: with: asana-secret: ${{ secrets.ASANA_SECRET }} allowed-projects: | - 1201812548509877 + 1207145524635866 + 1207160002492686 + 1203400194794992 - name: Log output status - run: echo "Status is ${{ steps.postAttachment.outputs.status }}" \ No newline at end of file + run: echo "Status is ${{ steps.postAttachment.outputs.status }}"