From e962b4925bf5f2be00460e460a89f8bd306d3aa3 Mon Sep 17 00:00:00 2001 From: Julian Martinez Date: Mon, 9 Oct 2023 17:58:33 -0700 Subject: [PATCH] set up to use git https --- .github/workflows/main.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 70938f0e..8963c809 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,8 +26,12 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - git config --global url."https://x-access-token:${GITHUB_TOKEN}@github.com/".insteadOf "git@github.com:" + git config --global url."https://x-access-token:${GH_TOKEN}@github.com/".insteadOf "git@github.com:" + - name: Set up Git to use HTTPS + run: git remote set-url origin https://github.com/Creit-Tech/xBull-Wallet-Connect.git + + - name: Install App Dependencies run: yarn