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 37d3678Copy full SHA for 37d3678
.github/workflows/main.yaml
@@ -29,8 +29,8 @@ jobs:
29
- name: Configure AWS credentials
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 }}
+ role-to-assume: arn:aws:iam::764289642555:role/github-docs-upload-to-s3
+ aws-region: us-west-2
34
35
- name: Upload files to S3
36
run: |
0 commit comments