Skip to content

Commit

Permalink
update: 변수 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
manyb2ns committed Nov 22, 2023
1 parent 2794eb1 commit 02a8316
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/front.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
env:
ECR_URL: ${{ secrets.ECR_REPO_DEV_FRONT }}
ROLE_ARN: ${{ secrets.OIDC_ROLE }}
AWS_REGION: ${{ secrets.AWS_REGION }}
# AWS_REGION: ${{ secrets.AWS_REGION }}
FRONT_AWS_REGION: ${{ secrets.FRONT_AWS_REGION }}
WEBHOOK_URL: ${{ secrets.WEBHOOK }}

permissions:
Expand All @@ -29,9 +30,9 @@ jobs:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-region: ${{ env.FRONT_AWS_REGION }}
role-session-name: GitHubActions
role-to-assume: ${{ secrets.ROLE_ARN }}
aws-region: ${{ secrets.AWS_REGION }}
role-to-assume: ${{ env.ROLE_ARN }}

- name: Login to Amazon ECR
id: login-ecr
Expand Down

0 comments on commit 02a8316

Please sign in to comment.