Skip to content

Commit 0bed210

Browse files
committed
fix: add aws key
1 parent 737dd68 commit 0bed210

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/terraform.yml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
- name: Terraform Init and Apply
2525
working-directory: terraform/environments/${{ github.event.inputs.environment }}
2626
env:
27+
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
28+
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
2729
TF_API_TOKEN: ${{ secrets.TF_API_TOKEN }}
2830
run: |
2931
terraform init

0 commit comments

Comments
 (0)