Skip to content

Commit

Permalink
added verification for right credentials to access s3 bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
miri-2000 committed Jan 27, 2025
1 parent f460b41 commit 76e09da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
aws configure set aws_access_key_id $AWS_ACCESS_KEY_ID
aws configure set aws_secret_access_key $AWS_SECRET_ACCESS_KEY
aws configure set default.region $AWS_REGION
aws sts get-caller-identity
# 6. Upload rendered files to S3
- name: Upload to S3
Expand Down

0 comments on commit 76e09da

Please sign in to comment.