From 55cf4c491b633ba89b6c4bd8b00d6b16085bd202 Mon Sep 17 00:00:00 2001 From: gwalsh311 <44575606+gwalsh311@users.noreply.github.com> Date: Wed, 10 Jan 2024 13:46:37 -0500 Subject: [PATCH] Update add-asana-comment.yml --- .github/workflows/add-asana-comment.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/add-asana-comment.yml b/.github/workflows/add-asana-comment.yml index 145db87..2e34e91 100644 --- a/.github/workflows/add-asana-comment.yml +++ b/.github/workflows/add-asana-comment.yml @@ -13,5 +13,7 @@ jobs: with: asana-secret: ${{ secrets.ASANA_SECRET }} comment-text: "{{PR_NAME}} is {{PR_STATE}}: {{PR_URL}}" + allowed-projects: | + 1206311071085867 - name: Get status run: echo "Status is ${{ steps.createComment.outputs.status }}"