-
Notifications
You must be signed in to change notification settings - Fork 13
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
Error: HttpError: Resource not accessible by integration #30
Comments
btw on master with the same setup the build was fine, while it failed on pull request |
Was it an external pull request? |
Was it an external pull request?
The pull has been created from a branch of a forked repository. I can check
with another branch in the same repo, but this requires commit-access
rights normally not everybody have
HTH
—
… You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#30 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAE5JBMAPP4EOZXILICPEVLUGGGXBANCNFSM5FWINTEA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
@jwgmeligmeyling I can confirm that the build is fine if the branch to create the pull-request from is in the same repository (see locationtech/udig-platform#554) Anything we can do to allow pulls from external repositories? |
Try We're struggling with this limitation in this repository as well. See; #19 (comment) |
You can also try to add this to your GH workflow:
See here More details can be found here: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github\_token You could also add the |
I used spotbugs-githuib-action in udig-platform project worklow right after the maven build:
spotbugsXml.xml are generated (checked locally) but I get http-errors. Proviously I testetd with version from master
uses: jwgmeligmeyling/spotbugs-github-action@master
but sometimes I got the same errorssee https://github.com/locationtech/udig-platform/pull/550/checks?check_run_id=3847205371#step:10:243
Any ideas whats going wrong?
The text was updated successfully, but these errors were encountered: