mirror of
https://github.com/only-cli/oc.git
synced 2026-09-15 10:40:56 +02:00
publish: temporary http-level logging to trace the OIDC exchange
This commit is contained in:
@@ -67,4 +67,7 @@ jobs:
|
||||
npm version --no-git-tag-version "${V%%-*}-dev.${{ github.run_number }}"
|
||||
fi
|
||||
echo "CHANNEL=$CHANNEL" >> "$GITHUB_ENV"
|
||||
- run: npm publish --access public --tag "$CHANNEL"
|
||||
- run: |
|
||||
npm --version
|
||||
echo "OIDC request url present: ${ACTIONS_ID_TOKEN_REQUEST_URL:+yes}"
|
||||
npm publish --access public --tag "$CHANNEL" --loglevel http
|
||||
|
||||
Reference in New Issue
Block a user