From 3d567f44ce3fb3bbcf9248d05726c6c9f811b67f Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Sat, 1 Apr 2023 21:09:00 +0900 Subject: [PATCH] twine-upload: expound Signed-off-by: William Woodruff --- twine-upload.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/twine-upload.sh b/twine-upload.sh index 63a6564..7f88692 100755 --- a/twine-upload.sh +++ b/twine-upload.sh @@ -46,7 +46,8 @@ if [[ "${INPUT_USER}" == "__token__" && -z "${INPUT_PASSWORD}" ]] ; then echo \ '::notice::Attempting to perform OIDC credential exchange' \ 'to retrieve a temporary short-lived API token for authentication' \ - "against ${INPUT_REPOSITORY_URL}" + "against ${INPUT_REPOSITORY_URL} due to __token__ username with no " \ + 'supplied password field' INPUT_PASSWORD="$(python /app/oidc-exchange.py)" elif [[ "${INPUT_USER}" == '__token__' ]]; then echo \