Setup git to use token
This commit is contained in:
@@ -50,6 +50,8 @@ jobs:
|
||||
if [ -n "${{ matrix.goarm }}" ]; then
|
||||
echo "GOARM=${{ matrix.goarm }}" >> $GITHUB_ENV
|
||||
fi
|
||||
- name: Setup git to use token
|
||||
run: git configure --global url."https://${{ secrets.GITHUB_TOKEN }}@git.maze.io/".insteadOf "https://git.maze.io/"
|
||||
- name: Download modules
|
||||
run: go mod download
|
||||
- name: Make build directory
|
||||
|
||||
Reference in New Issue
Block a user