manual-approval icon indicating copy to clipboard operation
manual-approval copied to clipboard

Manual Approval not working in Public Repo

Open MarekLani opened this issue 1 year ago • 1 comments

Hello I am trying to use Manual Approval in public repo and assigning myself as approver (MarekLani is my user handle).

I am getting following errors:

GET https://api.github.com/orgs/MarekLani/teams/MarekLani/members: 404 Not Found [] error creating issue: POST https://api.github.com/repos/MarekLani/ghactions/issues: 403 Resource not accessible by integration []

Please can you provide me guidance on how to make it work?

MarekLani avatar Aug 16 '22 14:08 MarekLani

Hello, and thanks for opening the issue! Can you make sure that your job has the correct permissions for issues? And the first 404 can be ignored, it is how the action tries to brute force get an org team before falling back to an individual account.

trstringer avatar Oct 27 '22 19:10 trstringer