Open
Description
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!