Skip to content

Commit

Permalink
✨ fix terraform apply
Browse files Browse the repository at this point in the history
  • Loading branch information
tonystrawberry committed Nov 2, 2023
1 parent f3e883b commit 527e396
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy-to-ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ jobs:
- name: Check out code
uses: actions/checkout@v2

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ap-northeast-1

- name: Deploy Terraform
uses: hashicorp/setup-terraform@v2
with:
Expand Down

0 comments on commit 527e396

Please sign in to comment.