Skip to content

Commit

Permalink
Modified GH Actions to use GH OIDC role + AWS CLI directly
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaljanicki committed Nov 8, 2023
1 parent ed95984 commit dc7ac3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.AWS_ROLE }}[
role-to-assume: ${{ vars.DEVREL_GH_OIDC_ROLE_ARN }}
aws-region: eu-west-1
role-session-name: GitHub-OIDC-docs-ui

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.AWS_ROLE }}[
role-to-assume: ${{ vars.DEVREL_GH_OIDC_ROLE_ARN }}
aws-region: eu-west-1
role-session-name: GitHub-OIDC-docs-ui

Expand Down

0 comments on commit dc7ac3c

Please sign in to comment.