Skip to content

Commit

Permalink
Correct account id for s3 update job (#4880)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman authored Jan 15, 2024
1 parent ca6be2a commit afb5c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-s3-html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: aws_creds
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: arn:aws:iam::308535385114:role/gha_workflow_s3_update
role-to-assume: arn:aws:iam::749337293305:role/gha_workflow_s3_update
aws-region: us-east-1
- name: Checkout repository test-infra
uses: actions/checkout@v3
Expand Down

0 comments on commit afb5c38

Please sign in to comment.