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
When attempting to run with dryRun option, I'm getting a 403 Forbidden when supplying a GL_TOKEN with only read_repository scope enabled. Documentation states this is the only scope required for a dry run.
Adding the read_api scope resolves the 403 issue. Is this required?
While attempting a dry run, the process repeatedly asks for SSH key passphrase. I would assume the token would be used for all operations. Is this not expected behaviour?
Thanks for looking!
The text was updated successfully, but these errors were encountered:
While attempting a dry run, the process repeatedly asks for SSH key passphrase. I would assume the token would be used for all operations. Is this not expected behaviour?
Yes, the token is used for all API operations made by this plugin. Maybe you're running into the same issues as here? semantic-release/semantic-release#2053
When attempting to run with
dryRun
option, I'm getting a 403 Forbidden when supplying aGL_TOKEN
with onlyread_repository
scope enabled. Documentation states this is the only scope required for a dry run.Adding the
read_api
scope resolves the 403 issue. Is this required?While attempting a dry run, the process repeatedly asks for SSH key passphrase. I would assume the token would be used for all operations. Is this not expected behaviour?
Thanks for looking!
The text was updated successfully, but these errors were encountered: