Skip to content

Commit

Permalink
add aws configure
Browse files Browse the repository at this point in the history
  • Loading branch information
falconlee236 committed Nov 1, 2024
1 parent 849a4ab commit f1e7c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform_destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

# Configure AWS credentials
- name: Configure AWS credentials
run: aws --version
run: aws configure --profile falconlee236
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit f1e7c4b

Please sign in to comment.