Skip to content

Commit 94d5dc3

Browse files
committed
update: secret 참조 방식 변경
1 parent 4fa182f commit 94d5dc3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/on_pr.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ jobs:
1111
if: github.event.pull_request.merged == true
1212
name: Build Nextjs
1313
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 }}
1419

1520
pr:
1621
if: ${{ github.event.pull_request.merged == false && github.event == 'push'}}

0 commit comments

Comments
 (0)