summaryrefslogtreecommitdiffhomepage
path: root/scripts/go.sh
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2019-09-11 21:03:12 -0700
committergVisor bot <gvisor-bot@google.com>2019-09-11 21:04:42 -0700
commit1e6bdd58551246f6ae662a20b733a9c9dd5ef225 (patch)
tree6df9eace3cbb8fb23af98b8538b1e855b9e18324 /scripts/go.sh
parentc06ef5131f1ccd3106ccf4fa4e787db079db2d96 (diff)
Update key environment variables.
PiperOrigin-RevId: 268604220
Diffstat (limited to 'scripts/go.sh')
-rwxr-xr-xscripts/go.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/go.sh b/scripts/go.sh
index 83a667640..f24fad04c 100755
--- a/scripts/go.sh
+++ b/scripts/go.sh
@@ -35,7 +35,7 @@ if [[ "${KOKORO_GO_PUSH}" == "true" ]]; then
git credential approve <<EOF
protocol=https
host=github.com
-username=$(cat "${KOKORO_GITHUB_ACCESS_TOKEN}")
+username=$(cat "${KOKORO_KEYSTORE_DIR}/${KOKORO_GITHUB_ACCESS_TOKEN}")
password=x-oauth-basic
EOF
fi