Skip to content

Commit

Permalink
use secret for aws rule
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardwolff committed Dec 20, 2024
1 parent 4bc3c55 commit 17be005
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ jobs:
- name: Configure AWS Credentials using OIDC
uses: aws-actions/configure-aws-credentials@v4
with:
# TODO: retrieve this whole value from github secrets
role-to-assume: arn:aws:iam::<ACCOUNT>:role/<UPLOAD_ROLE>
role-to-assume: ${{ secrets.awsIAMS3UploadRole }}
role-session-name: github-action-account-link-extension-publish
aws-region: us-west-1

Expand Down

0 comments on commit 17be005

Please sign in to comment.