Skip to content

Commit

Permalink
Use the correct variable name in kokoro/create_github_release_tag.sh
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 542493123
Change-Id: I754ad70462160d3264be5be0a6dc4a820bd23b7e
  • Loading branch information
morambro authored and copybara-github committed Jun 22, 2023
1 parent fdcce9f commit 955e5f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kokoro/create_github_release_tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 955e5f4

Please sign in to comment.