Skip to content

Commit f8ea06e

Browse files
authored
Update publish_website_to_aws.yml
1 parent 600dae0 commit f8ea06e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/publish_website_to_aws.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
uses: aws-actions/configure-aws-credentials@v4
6666
with:
6767
role-to-assume: arn:aws:iam::${{ secrets.AWS_PROD_ACCOUNT_ID }}
68-
# aws-region: us-east-1
68+
aws-region: us-east-1
6969
role-session-name: GitHubActionsSession
7070

7171
- name: Deploy to Production

0 commit comments

Comments
 (0)