Skip to content
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" during build process #309

Closed
marin-sigparser opened this issue Oct 25, 2023 · 3 comments

Comments

@marin-sigparser
Copy link

We are using GitHub actions for our build process.

A part of our build process includes publishing our unit test results and we started getting this error today.

image

@marin-sigparser
Copy link
Author

We resolved this issue, it had to do with our GitHub permissions!

@michael-lowe-nz
Copy link

@marin-sigparser I got this today as well, what Github permissions fixed this for you?

@leandromsft
Copy link

@marin-sigparser I got this today as well, what Github permissions fixed this for you?

You need to add this permissions in the workflow

permissions:
  pull-requests: write
  contents: write
  statuses: write
  checks: write
  actions: write

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants