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 3cf1100 commit 6900010Copy full SHA for 6900010
.github/workflows/main.yaml
@@ -30,7 +30,7 @@ jobs:
30
uses: aws-actions/configure-aws-credentials@v3
31
with:
32
role-to-assume: ${{ secrets.DOCS_AWS_IAM_ROLE }}
33
- aws-region: ${{ secrets.DOCS_AWS_REGION }}
+ aws-region: us-west-2
34
35
- name: Upload files to S3
36
run: |
0 commit comments