From 28509a0c85c810131c29a735f5935cecb72b7f34 Mon Sep 17 00:00:00 2001 From: John Letey Date: Tue, 17 Oct 2023 13:26:13 +0200 Subject: [PATCH] chore: another attempt --- .github/workflows/e2e-tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-tests.yaml b/.github/workflows/e2e-tests.yaml index 95b7943a..6e600d0d 100644 --- a/.github/workflows/e2e-tests.yaml +++ b/.github/workflows/e2e-tests.yaml @@ -28,7 +28,7 @@ jobs: dockerfile: cosmos build-target: make install build-env: | - - GOPRIVATE=github.com/circlefin/noble-cctp + - GOPRIVATE=github.com/circlefin/noble-cctp,github.com/noble-assets/cctp pre-build: | mkdir -p ~/.ssh echo "${{ secrets.GITAUTH }}" | base64 -d > ~/.ssh/id_ed25519 @@ -65,7 +65,7 @@ jobs: echo "${{ secrets.GITAUTH }}" | base64 -d > ~/.ssh/id_ed25519 chmod 600 ~/.ssh/id_ed25519 ssh-keyscan github.com >> ~/.ssh/known_hosts - export GOPRIVATE=github.com/circlefin/noble-cctp + export GOPRIVATE=github.com/circlefin/noble-cctp,github.com/noble-assets/cctp git config --global --add url."git@github.com:circlefin/noble-cctp.git".insteadOf "https://github.com/circlefin/noble-cctp" git config --global --add url."git@github.com:noble-assets/cctp.git".insteadOf "https://github.com/noble-assets/cctp"