Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
set up to use git https
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian-dev28 committed Oct 10, 2023
1 parent 3d1a2d8 commit e962b49
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]:"
git config --global url."https://x-access-token:${GH_TOKEN}@github.com/".insteadOf "[email protected]:"
- 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

Expand Down

0 comments on commit e962b49

Please sign in to comment.