Skip to content

Commit 3d567f4

Browse files
committed
twine-upload: expound
Signed-off-by: William Woodruff <[email protected]>
1 parent 67b747a commit 3d567f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

twine-upload.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ if [[ "${INPUT_USER}" == "__token__" && -z "${INPUT_PASSWORD}" ]] ; then
4646
echo \
4747
'::notice::Attempting to perform OIDC credential exchange' \
4848
'to retrieve a temporary short-lived API token for authentication' \
49-
"against ${INPUT_REPOSITORY_URL}"
49+
"against ${INPUT_REPOSITORY_URL} due to __token__ username with no " \
50+
'supplied password field'
5051
INPUT_PASSWORD="$(python /app/oidc-exchange.py)"
5152
elif [[ "${INPUT_USER}" == '__token__' ]]; then
5253
echo \

0 commit comments

Comments
 (0)