From b044cd1a25eeb06e4e2930d5149171563489ccf4 Mon Sep 17 00:00:00 2001 From: Achille Roussel Date: Fri, 26 May 2023 22:25:37 -0700 Subject: [PATCH] remove username in github url Signed-off-by: Achille Roussel --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3c66c78f..39bfb98c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: go-version-file: go.mod check-latest: true - - run: git config --global url.https://stealthrocket:$GH_ACCESS_TOKEN@github.com.insteadOf https://github.com + - run: git config --global url.https://$GH_ACCESS_TOKEN@github.com.insteadOf https://github.com - name: golangci-lint uses: golangci/golangci-lint-action@v3