Setup git to use token
Some checks failed
Test and build / Build (amd64, , linux) (push) Failing after 35s
Test and build / Build (arm, 6, linux) (push) Failing after 38s
Test and build / Build (arm, 7, linux) (push) Failing after 37s
Test and build / test (push) Has been cancelled

This commit is contained in:
2026-02-23 15:36:55 +01:00
parent 2f5c476e70
commit b1ffd46d5d
2 changed files with 14 additions and 0 deletions

View File

@@ -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