File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -456,9 +456,6 @@ jobs:
456456 # Escape hatch: ci-skip-compat-e2e label makes failures non-blocking on release PRs.
457457 ci-compat-e2e :
458458 runs-on : ubuntu-latest
459- permissions :
460- id-token : write
461- contents : read
462459 needs : [ci]
463460 if : |
464461 always()
@@ -478,17 +475,11 @@ jobs:
478475 with :
479476 ref : ${{ github.event.pull_request.head.sha || github.sha }}
480477
481- - name : Configure AWS credentials (OIDC)
482- uses : aws-actions/configure-aws-credentials@v4
483- with :
484- role-to-assume : ${{ secrets.AWS_OIDC_ROLE_ARN }}
485- aws-region : us-east-2
486- role-session-name : ci3-compat-e2e-${{ github.run_id }}
487- role-duration-seconds : 21600 # 6h – covers AWS_SHUTDOWN_TIME (300 min) + 60 min buffer
488-
489478 - name : Run Backwards Compatibility E2E Tests
490479 timeout-minutes : 330
491480 env :
481+ AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
482+ AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
492483 GITHUB_TOKEN : ${{ secrets.AZTEC_BOT_GITHUB_TOKEN }}
493484 BUILD_INSTANCE_SSH_KEY : ${{ secrets.BUILD_INSTANCE_SSH_KEY }}
494485 GCP_SA_KEY : ${{ secrets.GCP_SA_KEY }}
You can’t perform that action at this time.
0 commit comments