I'm also still seeing
Response: {
[38](https://github.com/Samasaur1/DiceKit/runs/6732668468?check_suite_focus=true#step:4:39)
"message": "Resource not accessible by integration",
[39](https://github.com/Samasaur1/DiceKit/runs/6732668468?check_suite_focus=true#step:4:40)
"documentation_url": "https://docs.github.com/rest/reference/users#get-the-authenticated-user"
[40](https://github.com/Samasaur1/DiceKit/runs/6732668468?check_suite_focus=true#step:4:41)
}
in the Danger logs, which I believe is due to Danger running in the PR and therefore the token not having write access. For now, it's able to comment because the PR isn't coming from a fork, but I probably want to change this to use the pull_request_target event (and use the Dangerfile from my repo, so that the token can't be exploited that way).. See here: https://github.community/t/github-actions-are-severely-limited-on-prs/18179/20
Originally posted by @Samasaur1 in #90 (comment)
I'm also still seeing
in the Danger logs, which I believe is due to Danger running in the PR and therefore the token not having write access. For now, it's able to comment because the PR isn't coming from a fork, but I probably want to change this to use the
pull_request_targetevent (and use the Dangerfile from my repo, so that the token can't be exploited that way).. See here: https://github.community/t/github-actions-are-severely-limited-on-prs/18179/20Originally posted by @Samasaur1 in #90 (comment)