Skip to content

Commit f266f89

Browse files
authored
chore(gha): update mobsuccess.yml GitHub workflow (#46)
1 parent 6268aa6 commit f266f89

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/mobsuccess.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ on:
99
types:
1010
- checks_requested
1111

12+
issue_comment:
13+
types:
14+
- created
15+
- edited
16+
1217
pull_request:
1318
types:
1419
- opened
@@ -24,7 +29,7 @@ jobs:
2429
- uses: mobsuccess-devops/github-actions-mobsuccess@master
2530
with:
2631
github-token: ${{ github.token }}
27-
amplify-uri: ${{ secrets.AWS_AMPLIFY_URI }}
28-
storybook-amplify-uri: ${{ secrets.AWS_STORYBOOK_AMPLIFY_URI }}
32+
amplify-uri: ${{ secrets.AWS_AMPLIFY_URI }}${{ vars.AWS_AMPLIFY_URI }}
33+
storybook-amplify-uri: ${{ secrets.AWS_STORYBOOK_AMPLIFY_URI }}${{ vars.AWS_STORYBOOK_AMPLIFY_URI }}
2934
action: "validate-pr"
3035
# DO NOT EDIT: END

0 commit comments

Comments
 (0)