-
Notifications
You must be signed in to change notification settings - Fork 50
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
Caught error trying to update branch: Resource not accessible by integration #212
Comments
Is there a way to at least exclude forks, so the workflow stops failing? |
Hey @lucacome - unfortunately this is expected as the Github token used by Actions won't have access to write to the fork (it's scoped to the repository that the Action runs on). Good idea though, let me see if I can put something in to exclude forks. |
Thanks, that would be useful!
|
Oh interesting I haven't see that happen before, what's your autoupdate config and what scopes does your PAT have access to? |
I didn't create that PAT but I think it's just write permission, this is the workflow https://github.com/nginxinc/kubernetes-ingress/blob/master/.github/workflows/autoupdate-pr.yml |
Seems like autoupdate is not able to update PRs from a fork?
It fails to update all the PRs coming from forks, with:
Caught error trying to update branch: Resource not accessible by integration
Here's the full log from one of the PRs
The text was updated successfully, but these errors were encountered: