Skip to content

Commit

Permalink
fix: add aws key
Browse files Browse the repository at this point in the history
  • Loading branch information
woowahan-neo committed Jan 8, 2025
1 parent 737dd68 commit 0bed210
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- name: Terraform Init and Apply
working-directory: terraform/environments/${{ github.event.inputs.environment }}
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
TF_API_TOKEN: ${{ secrets.TF_API_TOKEN }}
run: |
terraform init
Expand Down

0 comments on commit 0bed210

Please sign in to comment.