From e9abfd097c5e33cae241dbc97aecfc643d54e15e Mon Sep 17 00:00:00 2001 From: Cihan Demirci <128653800+fcdm@users.noreply.github.com> Date: Thu, 8 Aug 2024 10:14:12 +0300 Subject: [PATCH] dnm: test oidc --- .github/workflows/benchmarking.yml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/workflows/benchmarking.yml b/.github/workflows/benchmarking.yml index 886875369c..f58a485eb4 100644 --- a/.github/workflows/benchmarking.yml +++ b/.github/workflows/benchmarking.yml @@ -60,11 +60,11 @@ jobs: fail-fast: false matrix: include: - - DEFAULT_PG_VERSION: 16 - PLATFORM: "neon-staging" - region_id: ${{ github.event.inputs.region_id || 'aws-us-east-2' }} - RUNNER: [ self-hosted, us-east-2, x64 ] - IMAGE: 369495373322.dkr.ecr.eu-central-1.amazonaws.com/build-tools:pinned + # - DEFAULT_PG_VERSION: 16 + # PLATFORM: "neon-staging" + # region_id: ${{ github.event.inputs.region_id || 'aws-us-east-2' }} + # RUNNER: [ self-hosted, us-east-2, x64 ] + # IMAGE: 369495373322.dkr.ecr.eu-central-1.amazonaws.com/build-tools:pinned - DEFAULT_PG_VERSION: 16 PLATFORM: "azure-staging" region_id: 'azure-eastus2' @@ -88,6 +88,12 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Configure AWS credentials + uses: aws-actions/configure-aws-credentials@v4 + with: + aws-region: us-east-2 + role-to-assume: ${{ secret.DEV_AWS_OIDC_ROLE_ARN }} + - run: aws sts get-caller-identity - name: Download Neon artifact uses: ./.github/actions/download with: