Skip to content

Commit

Permalink
Add support for AWS_AMPLIFY_URI as repository variable (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
callms committed Aug 3, 2023
1 parent 106d673 commit 170ba16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample/workflows/mobsuccess.yml
Expand Up @@ -20,6 +20,6 @@ jobs:
- uses: mobsuccess-devops/github-actions-mobsuccess@master
with:
github-token: ${{ github.token }}
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 }}
action: "validate-pr"

0 comments on commit 170ba16

Please sign in to comment.