Skip to content

Commit

Permalink
update: secret 참조 방식 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
manyb2ns committed Nov 22, 2023
1 parent 4fa182f commit 94d5dc3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
if: github.event.pull_request.merged == true
name: Build Nextjs
uses: ./.github/workflows/front.yml
secrets:
ECR_URL: ${{ secrets.ECR_REPO_DEV_FRONT }}
ROLE_ARN: ${{ secrets.OIDC_ROLE }}
AWS_REGION: ${{ secrets.AWS_REGION }}
WEBHOOK_URL: ${{ secrets.WEBHOOK }}

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

0 comments on commit 94d5dc3

Please sign in to comment.