From 033df117b313389c484bc124d13ce5d65f3dbb51 Mon Sep 17 00:00:00 2001 From: Assaf Morami Date: Mon, 5 Jun 2023 13:29:08 +0300 Subject: [PATCH] CI: Point to the right secret.js branch --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bedfeffc5..c59c1d388 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -341,7 +341,7 @@ jobs: make kill-localsecret # next step needs the localsecret ports - name: Run secret.js tests run: | - git clone --depth 1 --branch ibc-hooks https://github.com/scrtlabs/secret.js + git clone --depth 1 --branch master https://github.com/scrtlabs/secret.js cd secret.js # Use the docker images that we built just a few steps above perl -i -pe 's/localsecret:.+?"/localsecret:v0.0.0"/' ./test/docker-compose.yml