Skip to content

Commit

Permalink
Merge pull request #3 from meisterplan/feature/KNUTH-85586
Browse files Browse the repository at this point in the history
Again use our customized variant for configure-aws-credentials
  • Loading branch information
foxylion authored Jun 20, 2023
2 parents 8beb8b5 + d592a6b commit 7557a47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ runs:
using: composite
steps:
- name: assume oidc role
uses: aws-actions/configure-aws-credentials@v2.0.0
uses: meisterplan/configure-aws-credentials@v2.2.0-custom
with:
aws-region: ${{ inputs.aws-region }}
role-to-assume: ${{ inputs.role-for-oidc }}
role-session-name: ${{ inputs.role-session-name }}
role-duration-seconds: 900
- name: assume target role
uses: aws-actions/configure-aws-credentials@v2.0.0
uses: meisterplan/configure-aws-credentials@v2.2.0-custom
with:
aws-access-key-id: ${{ env.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ env.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 7557a47

Please sign in to comment.