-
Notifications
You must be signed in to change notification settings - Fork 201
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
After update, Error 403: Resource not accessible by integration #129
Comments
Nevermind, apparently I couldn't use GITHUB_TOKEN anymore and had to add a personal access token to my repo. |
Hi @Gwindalmir do you have an idea, why this was not possible to use anymore ? I am currently facing an similar problem on a GitHub Enterprise server. Did you have this issue on github.com ? BR, |
Unfortunately, no. It was github.com though. |
Had the same issue recently. Fixed it by going to project's settings -> actions -> general and setting |
I'm facing the same issue w/ Github.com - i can't even use a personal token - if i do that I get the error "Error: Error undefined: Parameter token or opts.auth is required" |
With the newest Version of GitHub Enterprise Server the action is working as expected. |
unfortunately permissions:
contents: write wasn't enough (and I didn't want to allow write in every action). permissions: write-all worked :) |
If the project is under a repository you need to change it from the repository settings |
Simply adding permissions:
contents: write worked for me |
After the most recent update, I get an error when running the action:
Error 403: Resource not accessible by integration
Here's the action:
https://github.com/Gwindalmir/SEWorkshopTool/runs/3874862024?check_suite_focus=true
Output snippet:
The text was updated successfully, but these errors were encountered: