danger-js
danger-js copied to clipboard
[BUG] Resource not accessible by integration - Using Github App
Describe the bug A clear and concise description of what the bug is.
i'm using a token provided by github app, following this tutorial,
https://github.com/marketplace/actions/get-an-app-token-in-an-actions-workflow
I provided all possible permissions, but I can't update the PR by clearing an old danger message for example, any idea what could be causing this?
ps: i cant use GITHUB_TOKEN or any PAT, because im using this in a monorepo context, so I get a lot of rate-limit
To Reproduce Steps to reproduce the behavior:
- install danger and put on github actions CI
- create a github app
- follow this steps https://github.com/marketplace/actions/get-an-app-token-in-an-actions-workflow
Expected behavior
Screenshots
Your Environment
software | version |
---|---|
danger.js | 10.8.0 |
node | 14.17.6 |
npm | 6.14.15 |
Operating System | Github Actions (linux) |
Additional context Add any other context about the problem here.
Did anyone find a solution for this issue? If you are passing --failOnErrors
argument when executing the danger, process will definitely exit due to this issue.