Skip to content

Commit f1e7c4b

Browse files
committed
add aws configure
1 parent 849a4ab commit f1e7c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraform_destroy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
# Configure AWS credentials
3333
- name: Configure AWS credentials
34-
run: aws --version
34+
run: aws configure --profile falconlee236
3535
env:
3636
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
3737
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)