Skip to content

Commit

Permalink
Update asana.yml GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-bot committed Aug 3, 2023
1 parent b7292b8 commit 4e22a9e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/asana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
name: Asana

on:
merge_group:
types:
- checks_requested

pull_request:
types:
- assigned
Expand Down Expand Up @@ -34,6 +38,6 @@ jobs:
asana-pat: ${{ secrets.ASANA_PAT }}
github-token: ${{ github.token }}
action: "synchronize"
amplify-uri: ${{ secrets.AWS_AMPLIFY_URI }}
storybook-amplify-uri: ${{ secrets.AWS_STORYBOOK_AMPLIFY_URI }}
amplify-uri: ${{ secrets.AWS_AMPLIFY_URI }}${{ vars.AWS_AMPLIFY_URI }}
storybook-amplify-uri: ${{ secrets.AWS_STORYBOOK_AMPLIFY_URI }}${{ vars.AWS_STORYBOOK_AMPLIFY_URI }}
# DO NOT EDIT: END

0 comments on commit 4e22a9e

Please sign in to comment.