You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The extension is very helpful in checking if the secret NPM_TOKEN is actually defined or not.
However, it only checks secrets defined in the same repository (I suspect origin remote), and reports a false-positive error if it was defined in upstream, and origin is actually pointing to a fork:
Context access might be invalid: NPM_TOKEN
Expected behavior
All remotes to be checked for secrets, not just origin, and the error is no longer reported.
Screenshots
Extension Version v0.26.3
The text was updated successfully, but these errors were encountered:
For a workflow that accesses secrets:
The extension is very helpful in checking if the secret
NPM_TOKEN
is actually defined or not.However, it only checks secrets defined in the same repository (I suspect
origin
remote), and reports a false-positive error if it was defined inupstream
, andorigin
is actually pointing to a fork:Expected behavior
All remotes to be checked for secrets, not just
origin
, and the error is no longer reported.Screenshots
Extension Version
v0.26.3
The text was updated successfully, but these errors were encountered: