diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b2d0de36..afe87d31 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,6 @@ concurrency: env: GOPRIVATE: github.com/stealthrocket - GH_ACCESS_TOKEN: ${{ secrets.PRIVATE_ACCESS_TOKEN }} jobs: spellcheck: @@ -38,7 +37,6 @@ jobs: with: go-version-file: go.mod check-latest: true - - run: git config --global url.https://$GH_ACCESS_TOKEN@github.com.insteadOf https://github.com - run: go mod download - uses: golangci/golangci-lint-action@v3 with: @@ -73,6 +71,5 @@ jobs: with: python-version: "3.11" - - run: git config --global url.https://$GH_ACCESS_TOKEN@github.com.insteadOf https://github.com - run: make testdata - run: make test