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