Conversation
|
|
||
| - name: Configure npm auth | ||
| run: | | ||
| set -euo pipefail |
|
|
||
| - name: Check publish registry authentication | ||
| run: | | ||
| set -euo pipefail |
|
|
||
| for scope in openapi-qraft qraft; do | ||
| echo "::group::@${scope} publish registry" | ||
| yarn npm whoami --scope "${scope}" --publish |
| for scope in openapi-qraft qraft; do | ||
| echo "::group::@${scope} publish registry" | ||
| yarn npm whoami --scope "${scope}" --publish | ||
| echo "::endgroup::" |
|
This comment has been minimized.
This comment has been minimized.
…and package access
This comment has been minimized.
This comment has been minimized.
| echo "Checking npm publish authentication" | ||
|
|
||
| for scope in $NPM_PUBLISH_SCOPES; do | ||
| if ! yarn npm whoami --scope "$scope" --publish; then |
| echo "::endgroup::" | ||
| done | ||
| env: | ||
| NPM_CONFIG_USERCONFIG: ${{ runner.temp }}/npmrc |
@check-spelling-bot Report🔴 Please reviewSee the 📂 files view, the 📜action log, or 📝 job summary for details.Unrecognized words (4)endgroup To accept these unrecognized words as correct, you could run the following commands... in a clone of the git@github.com:OpenAPI-Qraft/openapi-qraft.git repository curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/v0.0.24/apply.pl' |
perl - 'https://github.com/OpenAPI-Qraft/openapi-qraft/actions/runs/25859974984/attempts/1'
OR To have the bot accept them for you, comment in the PR quoting the following line: If the flagged items are 🤯 false positivesIf items relate to a ...
🚂 If you're seeing this message and your PR is from a branch that doesn't have check-spelling, |
…and package access