-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix "Unhandled error: HttpError: Resource not accessible by integration" Error #3
Comments
For example, this PR in the Here's the raw log of the GitHub Actions run:
Source: https://github.com/BusKill/buskill-app/actions/runs/10277474339/job/28439576643?pr=90 |
Looks like maybe I just have to add two write permissions to the workflow file |
Oh wow, so I fixed the permissions so that it can comment on the PR, but it said there's no malicious bidi unicode when there is. Perhaps I never tested it with a PR with >1 commit? |
So the diff we're doing is
I would expect Something about merging something from main back into our malicious branch bypasses these errors. There is no malicious unicode in the main branch. There is malicious unicode in the PR branch. But the workflow says there's no unicdoe found. Looks like it gives an error
So it appears to be an issue with the "base" commit. |
I don't actually have this problem in my branch; it detects the unicode fine.
|
Interesting. I tried to add a couple lines to get some debug info
...but that resulted in an error
When I added the requested line to update the
|
I also took this opportunity to add some better error checking:
Here's a full diff of what I updated in the workflow to fix this bug |
This ticket will track the effort to fix an error that prevents this workflow from actually being able to comment on the PR, due to the following error
The text was updated successfully, but these errors were encountered: