-
Notifications
You must be signed in to change notification settings - Fork 84
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
Failed to create or merge pull request: HttpError: Resource not accessible by integration #38
Comments
right, that should help |
Thanks for the reply, I made a patch and it works now: But there is a small problem, I did not configure https://github.com/NimaQu/BiliExp/blob/master/.github/workflows/sync_fork.yml I haven't used typescript, I just copied and modified it, can you help me to check where the error is? |
I don't know how this happened. But I tried to make personal access tokens work on this repo in version 1.4. |
Try adding follows into job lable? Maybe it works:
This means add permissions for ${{ secret.GITHUB_TOKEN }}. |
There's also a configuration in settings/actions that you need to set to allow actions to create pull requests |
Might cause of security setting |
https://github.com/NimaQu/BiliExp/runs/2199469267
I've tried looking into it. When the pull request contains changes to the workflow file, the merge will be blocked( this post: https://github.community/t/github-action-resource-not-accessible-by-integration/16034/3), so maybe we need to use the personal access token to perform the merge?
The text was updated successfully, but these errors were encountered: