Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek committed Nov 28, 2024
1 parent 558c640 commit 76c590d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-aws-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
aws-access-key-id: ${{ steps.auth.outputs.aws-access-key-id }}
aws-secret-access-key: ${{ steps.auth.outputs.aws-secret-access-key }}
aws-session-token: ${{ steps.auth.outputs.aws-session-token }}
role-arn: ${{ steps.auth.outputs.role-arn }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -40,6 +41,7 @@ jobs:
- uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: us-east-1
role-to-assume: ${{ needs.create-credentials.outputs.role-arn }}
aws-access-key-id: ${{ needs.create-credentials.outputs.aws-access-key-id }}
aws-secret-access-key: ${{ needs.create-credentials.outputs.aws-secret-access-key }}
aws-session-token: ${{ needs.create-credentials.outputs.aws-session-token }}
Expand Down

0 comments on commit 76c590d

Please sign in to comment.