-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"repo-token
lacks required permissions"
#102
Comments
@thangeshbabu Sorry you're seeing issues with the action. Can you share more information about which step(s) are failing with the repo token permissions error? |
@jazanne thanks for responding, |
@thangeshbabu Since you are an enterprise account, can you check that your organizations permission settings are correct? I'm unable to reproduce this issue |
I think I have the same issue. Log with debug logging:
I also have this warning:
@thangeshbabu Were you able to get this to work in Github Enterprise using a Self Hosted Runner? |
Nope @matthieulabbe Now it is evident that it is a common problem not specific to my organization. Anyway LaunchDarkly team can help us on this @jazanne ? |
I created #143 to fix this. The http client was defaulted to point at github.com, so when it tried to use a token from a separately hosted Github Enterprise instance, it obviously was not valid. |
I am trying to use this action in Github Enterprise using Self Hosted Runner.
No matter what permission I assign, job keeps failing with error "
repo-token
lacks required permissions"Debug Log - Permissions :
my github workflow yaml:
The text was updated successfully, but these errors were encountered: