From 89622413b3760721e26f4d4de194f53532678387 Mon Sep 17 00:00:00 2001 From: jjllee Date: Thu, 20 Feb 2025 12:12:51 -0800 Subject: [PATCH] use oidc role in integration test --- .github/workflows/IntegrationTesting.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/IntegrationTesting.yml b/.github/workflows/IntegrationTesting.yml index 2265f1d3..30cdae46 100644 --- a/.github/workflows/IntegrationTesting.yml +++ b/.github/workflows/IntegrationTesting.yml @@ -128,10 +128,9 @@ jobs: name: terraform-state-artifact - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v4 with: - aws-access-key-id: ${{ secrets.INTEG_TEST_AWS_KEY_ID }} - aws-secret-access-key: ${{ secrets.INTEG_TEST_AWS_KEY_SECRET }} + role-to-assume: ${{ secrets.AWS_INTEG_TEST_ROLE_ARN }} aws-region: us-west-2 - name: Setup Terraform