-
Notifications
You must be signed in to change notification settings - Fork 59
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
Resource not accessible by integration #34
Comments
I'm also seeing the same issue. I've tried a changing a few permissions on the job to no avail. |
I've passed through this issue too and I've made a huge search by a solution. This log is not even a bit intuitive. But, by the status code response (403), I've guessed that it could be something related to authorization. And it is! Taking a look on the source code, I've found that it ocurrors when we make a action that our GITHUB_TOKEN is not supposed to do. Solution:
It can be at the job scope or at workflow at all. This behavior can be setted to the whole repositry too. Go to: source: https://docs.github.com/en/actions/security-guides/automatic-token-authentication PS: github.token is a context copy of GITHUB_TOKEN. So, if you don't understand from where cames this variable, that is the answer. |
Created #41 to document this in the |
Received
Resource not accessible by integration
error when running in workflow.The text was updated successfully, but these errors were encountered: