We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 849a4ab commit f1e7c4bCopy full SHA for f1e7c4b
.github/workflows/terraform_destroy.yml
@@ -31,7 +31,7 @@ jobs:
31
32
# Configure AWS credentials
33
- name: Configure AWS credentials
34
- run: aws --version
+ run: aws configure --profile falconlee236
35
env:
36
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
37
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
0 commit comments