Skip to content

Commit

Permalink
Print all results.
Browse files Browse the repository at this point in the history
Signed-off-by: Bhupender <[email protected]>
  • Loading branch information
Bhupender-Y committed Nov 30, 2023
1 parent 73cdbb3 commit 3010197
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tagPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
# retrieve the ambient OIDC token
resp=$(curl -H "Authorization: bearer $ACTIONS_ID_TOKEN_REQUEST_TOKEN" \
"$ACTIONS_ID_TOKEN_REQUEST_URL&audience=testpypi")
echo ${resp}
oidc_token=$(jq '.value' <<< "${resp}")
echo ${oidc_token}
# exchange the OIDC token for an API token
Expand All @@ -83,7 +84,7 @@ jobs:
# mask the newly minted API token, so that we don't accidentally leak it
echo ${api_token}
echo "::add-mask::${api_token}"
#echo "::add-mask::${api_token}"
# see the next step in the workflow for an example of using this step output
echo "api-token=${api_token}" >> "${GITHUB_OUTPUT}"
Expand Down

0 comments on commit 3010197

Please sign in to comment.