Skip to content

Commit

Permalink
test - try add role-session-name to run-integration-tests-default
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronchung-bitquill committed Jan 23, 2025
1 parent 3b2602a commit cb214bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-integration-tests-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ jobs:
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/${{ secrets.AWS_DEPLOY_ROLE }}
role-session-name: gha_oidc_run_integration_test_default
aws-region: ${{ secrets.AWS_DEFAULT_REGION }}
- name: 'Set up temp AWS credentials'
run: |
creds=($(aws sts get-session-token \
creds=($(aws sts get-federation-token \
--duration-seconds 21600 \
--query 'Credentials.[AccessKeyId, SecretAccessKey, SessionToken]' \
--output text \
Expand Down

0 comments on commit cb214bf

Please sign in to comment.