Skip to content

Commit

Permalink
Merge pull request #17 from Central-MakeUs/deploy/cd-workflow-fix
Browse files Browse the repository at this point in the history
deploy: ECR에 image push하는 스크립트 수정
  • Loading branch information
leeeeeyeon authored Jan 12, 2024
2 parents 3469f60 + 2c3c1b3 commit 68b69a7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/packy-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- develop

permissions:
id-token: write
contents: read

jobs:
Expand All @@ -21,9 +20,9 @@ jobs:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.AWS_REGION }}
role-session-name: GitHubActions
role-to-assume: ${{ secrets.ROLE_ARN }}

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

0 comments on commit 68b69a7

Please sign in to comment.