From f531e71f97f1f03fd3aa63f717f677f60fe61c64 Mon Sep 17 00:00:00 2001 From: Adam Wozniak <29418299+adamewozniak@users.noreply.github.com> Date: Thu, 18 Jan 2024 15:24:58 -0800 Subject: [PATCH] make tests run --- .github/workflows/tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3d4411f..f00048b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,6 +17,9 @@ jobs: test: runs-on: ubuntu-latest + env: + GOPRIVATE: github.com/ojo-network/indexer + GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }} steps: - uses: actions/checkout@v4 - uses: technote-space/get-diff-action@v6.1.2 @@ -30,6 +33,7 @@ jobs: with: go-version: '1.20' cache: true + - run: git config --global url.https://$GH_ACCESS_TOKEN@github.com/.insteadOf https://github.com/ - name: Test if: env.GIT_DIFF run: |