Skip to content

Commit

Permalink
Fix: different github url
Browse files Browse the repository at this point in the history
  • Loading branch information
Anny0nn committed Jan 3, 2025
1 parent b38ac7c commit 0cfed45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontier-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Configure global git credentials
run: |
git config --global credential.helper store
echo "https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com" > ~/.git-credentials
git config --global url."https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/".insteadOf "https://github.com/"
echo "https://${{ secrets.GITHUB_TOKEN }}@github.com" > ~/.git-credentials
git config --global url."https://${{ secrets.GITHUB_TOKEN }}@github.com".insteadOf https://github.com
- name: Install deps
run: sudo apt -y install protobuf-compiler
Expand Down

0 comments on commit 0cfed45

Please sign in to comment.