diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 85a6fff6..e004e503 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -12,6 +12,9 @@ jobs: with: go-version: '^1.19.0' + - name: git config + run: | + git config --global http.extraheader "PRIVATE-TOKEN: ${{ secrets.GITHUB_TOKEN }}" - name: Vet run: | make vet diff --git a/Makefile b/Makefile index 140356d4..f46b68b2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ .PHONY: proto test test-coverage vet deps -export GOPRIVATE=github.com/anytypeio +export GOPRIVATE=github.com/anytypeio/* +export GIT_TERMINAL_PROMPT=1 export PATH:=deps:$(PATH) proto: