diff --git a/kokoro/create_github_release_tag.sh b/kokoro/create_github_release_tag.sh index 14f57a8..fe6f994 100644 --- a/kokoro/create_github_release_tag.sh +++ b/kokoro/create_github_release_tag.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