From d9af5114882860ae42c963aa21d3e797efab43cf Mon Sep 17 00:00:00 2001 From: Achille Roussel Date: Fri, 26 May 2023 22:31:25 -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 39bfb98c..c1c9abc7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,6 +71,6 @@ jobs: mkdir -p $HOME/gotip tar -C $HOME/gotip -xzf gotip.tar.gz - - 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 - run: make testdata GO=$HOME/gotip/bin/go - run: make test