-
Notifications
You must be signed in to change notification settings - Fork 69
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: Resource not accessible by integratio #80
Comments
@kkmann I managed to fix this by giving the job jobs:
quality-check:
name: Quality Check
permissions: write-all |
This is also what worked for me, but, I would really like to see scoped permissions possible. jobs:
job-name:
permissions:
pull-requests: write |
you certainly don't need permissions:
actions: read
contents: read
packages: read
pull-requests: write
checks: write
issues: write but it would be great if the README, called out specifically what permissions the job required so we didn't have to guess |
I needed to add |
Hey,
cool action - still amazed by how complex it is to get coverage reporting into PRs withour external services...
Since a few days my pipelines fail with
see example: https://github.com/Boehringer-Ingelheim/oncomsm/actions/runs/4151027484/jobs/7201882375
Any ideas?
The text was updated successfully, but these errors were encountered: