From 27b25bea36768350e287bd070bd7ec0e23fe5337 Mon Sep 17 00:00:00 2001 From: mordochi Date: Tue, 30 Apr 2024 17:30:48 +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 8c53831..7b1eee8 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 + 1204161964711931 - 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 }}"