diff --git a/.github/workflows/crib-integration-test.yml b/.github/workflows/crib-integration-test.yml index 1574ffd3ef6..70f81db500f 100644 --- a/.github/workflows/crib-integration-test.yml +++ b/.github/workflows/crib-integration-test.yml @@ -57,11 +57,20 @@ jobs: gc-host: ${{ secrets.GRAFANA_INTERNAL_HOST }} gc-org-id: ${{ secrets.GRAFANA_INTERNAL_TENANT_ID }} + - name: Setup GitHub token using GATI + id: token + uses: smartcontractkit/.github/actions/setup-github-token@main + with: + aws-role-arn: ${{ secrets.AWS_ROLE_ARN_GLOBAL_READ_ONLY }} + aws-lambda-url: ${{ secrets.GATI_LAMBDA_RELENG_URL }} + aws-region: ${{ secrets.AWS_REGION }} + aws-role-duration-seconds: "1800" - name: Deploy and validate CRIB Environment for Core uses: smartcontractkit/.github/actions/setup-crib-environment@fb4c26ad00aab4121a26c55a67acb0c8057bb4a7 id: deploy-crib with: + github_token: ${{ steps.token.outputs.access-token }} disable-environment-teardown: true api-gateway-host: ${{ secrets.AWS_API_GW_HOST_K8S_STAGE }} aws-region: ${{ secrets.AWS_REGION }} @@ -87,4 +96,4 @@ jobs: # RESTY_DEBUG: true # TEST_PERSISTENCE: true run: |- - go test -v -timeout 60m -run TestCRIB + go test -v -run TestCRIB