Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
adamewozniak committed Jan 18, 2024
1 parent 281d1b6 commit c921881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
GOPRIVATE: github.com/ojo-network/indexer
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
- name: Set up git config for the private repo
run: git config --global url.https://[email protected]/.insteadOf https://github.com/
run: git config --global url."https://${GH_ACCESS_TOKEN}:x-oauth-basic@github.com/".insteadOf https://github.com/
- name: Compile
run: |
go mod download
Expand Down

0 comments on commit c921881

Please sign in to comment.