Which API Scope is required to set the commits via the cli?
Even with project:read, project:releases, project:write, project:admin this error always occurs:
sentry reported an error: You do not have permission to perform this action. (http status: 403)
Reading the code, the cli makes a request to list org repos
https://github.com/getsentry/sentry-cli/blob/46e33708a8e95f1a674980a0a46b01e82d592180/src/commands/releases.rs#L400
have you tired org:read?
I just ran into this as well and don't have access to change the scopes immediately :p
I can confirm it works with org:read
Yes, it works now with org:read.
Thank you.
However, this should be better documented.
Most helpful comment
Yes, it works now with
org:read.Thank you.
However, this should be better documented.