Skip to content

Commit

Permalink
auth
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Dec 2, 2024
1 parent 7cfab70 commit 49b858e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,14 @@ jobs:
env:
GITHUB_SHA: ${{ github.sha }}
QA_CTFV2_IMAGE_STUB: ${{ secrets.QA_CTFV2_IMAGE_STUB }}
- name: Setup Github Token
id: get-gh-token-auth
uses: smartcontractkit/.github/actions/setup-github-token@ef78fa97bf3c77de6563db1175422703e9e6674f # setup-github-token@0.2.1
with:
aws-role-arn: ${{ secrets.AWS_OIDC_GLOBAL_READ_ONLY_TOKEN_ISSUER_ROLE_ARN }}
aws-lambda-url: ${{ secrets.AWS_INFRA_RELENG_TOKEN_ISSUER_LAMBDA_URL }}
aws-region: ${{ secrets.AWS_REGION }}
set-git-config: "true"
- name: Run tests
working-directory: integration-tests/capabilities
run: go test -v -timeout 15m -run TestWorkflow
Expand Down

0 comments on commit 49b858e

Please sign in to comment.