We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa182f commit 94d5dc3Copy full SHA for 94d5dc3
.github/workflows/on_pr.yml
@@ -11,6 +11,11 @@ jobs:
11
if: github.event.pull_request.merged == true
12
name: Build Nextjs
13
uses: ./.github/workflows/front.yml
14
+ secrets:
15
+ ECR_URL: ${{ secrets.ECR_REPO_DEV_FRONT }}
16
+ ROLE_ARN: ${{ secrets.OIDC_ROLE }}
17
+ AWS_REGION: ${{ secrets.AWS_REGION }}
18
+ WEBHOOK_URL: ${{ secrets.WEBHOOK }}
19
20
pr:
21
if: ${{ github.event.pull_request.merged == false && github.event == 'push'}}
0 commit comments