Skip to content

Commit

Permalink
ci: use AWS_ACCOUNT_ID org var
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed May 28, 2024
1 parent 3975804 commit 2098be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cdn_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Configure AWS Creds
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::${{ secrets.ORG_AWS_ACCOUNT_ID }}:role/${{ secrets.AWS_OIDC_ROLE }}
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/${{ secrets.AWS_OIDC_ROLE }}
aws-region: us-east-1

- name: Upload to S3
Expand Down

0 comments on commit 2098be3

Please sign in to comment.