From acc74fe21e5ec6cfac33de45a6794c2720e3cbcb Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 18 Oct 2023 23:05:05 +0200 Subject: [PATCH] fixes: To have GitHub CLI store credentials instead, first clear the value from the environment. --- .buildkite/hooks/prepare-benchmark.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.buildkite/hooks/prepare-benchmark.sh b/.buildkite/hooks/prepare-benchmark.sh index eca3276fb8..3d0f0339ab 100644 --- a/.buildkite/hooks/prepare-benchmark.sh +++ b/.buildkite/hooks/prepare-benchmark.sh @@ -20,4 +20,3 @@ export PATH echo "--- Configure gh :github:" echo "$GH_TOKEN" | gh auth login --with-token -gh auth setup-git