Skip to content

Commit

Permalink
ci: fix token in git config
Browse files Browse the repository at this point in the history
  • Loading branch information
1Conan committed Feb 7, 2024
1 parent c8c2ca4 commit a530e4a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,8 @@ jobs:
fetch-depth: 1

- name: Configure git for private repos
env:
TOKEN: ${{ secrets.GH_TOKEN }}
run: |
git config --global url."https://${TOKEN}:[email protected]/".insteadOf "https://github.com/"
git config --global url."https://${{ secrets.GH_TOKEN }}:[email protected]/".insteadOf "https://github.com/"
- name: Cache cargo registry
uses: actions/cache@v2
Expand Down

0 comments on commit a530e4a

Please sign in to comment.