Skip to content

Commit

Permalink
test - add github openid connect to run-integration-tests-default
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronchung-bitquill committed Dec 20, 2024
1 parent efc2df4 commit cb8324b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/run-integration-tests-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ on:
push:
branches:
- main

permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
jobs:
all-integration-tests-default:
name: 'Run Aurora integration tests with default engine version'
Expand All @@ -27,8 +29,7 @@ jobs:
- name: 'Configure AWS credentials'
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/${{ secrets.AWS_DEPLOY_ROLE }}
aws-region: ${{ secrets.AWS_DEFAULT_REGION }}
- name: 'Set up temp AWS credentials'
run: |
Expand Down

0 comments on commit cb8324b

Please sign in to comment.