Skip to content

Commit

Permalink
Iterating GH Action Sun Jan 5 09:35:38 PM EST 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
jadudm committed Jan 6, 2025
1 parent c9e7c96 commit e434613
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-to-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,12 @@ jobs:
- name: Setup AWS
run: |
mkdir -p ~/.aws
tee ~/.aws/credentials <<EOF
aws_access_key_id="${{ secrets.TF_VAR_AWS_ACCESS_KEY_ID }}"
aws_secret_access_key="${{ secrets.TF_VAR_SECRET_ACCESS_KEY }}"
EOF
chmod 600 ~/.aws/credentials
- name: TF init
run: |
Expand Down

0 comments on commit e434613

Please sign in to comment.