Skip to content

Commit 37d3678

Browse files
test
1 parent 3cf1100 commit 37d3678

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
- name: Configure AWS credentials
3030
uses: aws-actions/configure-aws-credentials@v3
3131
with:
32-
role-to-assume: ${{ secrets.DOCS_AWS_IAM_ROLE }}
33-
aws-region: ${{ secrets.DOCS_AWS_REGION }}
32+
role-to-assume: arn:aws:iam::764289642555:role/github-docs-upload-to-s3
33+
aws-region: us-west-2
3434

3535
- name: Upload files to S3
3636
run: |

0 commit comments

Comments
 (0)