Skip to content

Commit

Permalink
use GATI
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Aug 7, 2024
1 parent b711d84 commit eec81c5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/crib-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -87,4 +96,4 @@ jobs:
# RESTY_DEBUG: true
# TEST_PERSISTENCE: true
run: |-
go test -v -timeout 60m -run TestCRIB
go test -v -run TestCRIB

0 comments on commit eec81c5

Please sign in to comment.