Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Testing GATI
Browse files Browse the repository at this point in the history
chray-zhang committed Nov 11, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent 478ae28 commit 359c21c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/relayer.yml
Original file line number Diff line number Diff line change
@@ -66,13 +66,13 @@ jobs:
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version-file: "relayer/go.mod"
- name: Setup Go with private repo access
shell: bash
run: |
git config --global url."https://${GITHUB_TOKEN}@github.com/".insteadOf "https://github.com/"
go env -w GOPRIVATE=github.com/smartcontractkit/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Setup GitHub Token
id: setup-github-token
uses: smartcontractkit/.github/actions/setup-github-token@9e7cc0779934cae4a9028b8588c9adb64d8ce68c # [email protected]
with:
aws-role-arn: ${{ secrets.AWS_ROLE_ARN_GLOBAL_READ_ONLY }}
aws-lambda-url: ${{ secrets.GATI_LAMBDA_RELENG_URL }}
aws-region: ${{ secrets.QA_AWS_REGION }}
- name: Ensure "make gomodtidy" has been run
run: |
make gomodtidy

0 comments on commit 359c21c

Please sign in to comment.