Skip to content

Commit

Permalink
Merge branch 'github_actions' of https://github.com/auth0-extensions/…
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardwolff committed Jan 6, 2025
2 parents 411d2bd + 2fd0ce0 commit 4c28bf4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ permissions:
id-token: write
contents: read

env:
AWS_ROLE: ${{ secrets.awsIAMS3UploadRole }}

jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -42,9 +45,9 @@ jobs:
run: yarn

- name: Configure AWS Credentials using OIDC
uses: aws-actions/configure-aws-credentials@v4
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4 on 2025-01-06
with:
role-to-assume: ${{ secrets.awsIAMS3UploadRole }}
role-to-assume: ${{ env.AWS_ROLE }}
role-session-name: github-action-account-link-extension-publish
aws-region: us-west-1

Expand Down

0 comments on commit 4c28bf4

Please sign in to comment.