Ash258/Scoop-GithubActions

Bypass comment posting from forked repository context

Ash258 opened this issue · 4 comments

When PR is created from forked repository initial API call suffer from Resource not accessible by integration

Now:
https://github.com/Ash258/GithubActionsBucketForTesting/runs/184991649

Before:

Ash258/GithubActionsBucketForTesting#66

This needs to be at least clarified in version 1.0.0.

https://help.github.com/en/articles/events-that-trigger-workflows#pull-request-events-for-forked-repositories

The permissions for the GITHUB_TOKEN in forked repositories is read-only. For more information about the

Secrets are not passed to workflows that are triggered by a pull request from a fork of this repository.

Workaround needs to be investigated.

PR created from template with label verify, could fire up two actions.