yoheimuta / protolint

A pluggable linter and fixer to enforce Protocol Buffer style and conventions.
MIT License
576 stars 51 forks source link

ci: Use scoped AUTH_TOKEN #361

Closed carstencodes closed 10 months ago

carstencodes commented 10 months ago

According to latest documentation (https://docs.npmjs.com/cli/v9/configuring-npm/npmrc#auth-related-configuration) we need a scoped AUTH Token to support multiple registries. Even the default token must be prefixed.

Should fix #356