From fdcce9f02272d61be0586ce4ff737c11eb4b3ad8 Mon Sep 17 00:00:00 2001 From: Moreno Ambrosin Date: Thu, 22 Jun 2023 01:35:35 -0700 Subject: [PATCH] Use the correct variable name in kokoro/create_github_release_branch.sh PiperOrigin-RevId: 542488584 Change-Id: Ibff390279255be15a2cae422f6b1627eefed8127 --- kokoro/create_github_release_branch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kokoro/create_github_release_branch.sh b/kokoro/create_github_release_branch.sh index 64d5815..9c4ff33 100644 --- a/kokoro/create_github_release_branch.sh +++ b/kokoro/create_github_release_branch.sh @@ -47,9 +47,9 @@ fi GITHUB_RELEASE_UTIL_OPTS=() if [[ "${IS_KOKORO}" == "true" ]] ; then - # Note: KOKORO_GIT_COMMIT is populated by Kokoro. + # Note: KOKORO_GIT_COMMIT_tink_go_hcvault is populated by Kokoro. GITHUB_RELEASE_UTIL_OPTS+=( - -c "${KOKORO_GIT_COMMIT}" + -c "${KOKORO_GIT_COMMIT_tink_go_hcvault}" -t "${GITHUB_ACCESS_TOKEN}" ) fi