Co-authored-by: skedwards88 <skedwards88@github.com> Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
839 B
839 B
Pull request events for forked repositories
{% note %}
Note: Workflows do not run on private base repositories when you open a pull request from a forked repository.
{% endnote %}
When you create a pull request from a forked repository to the base repository, {% data variables.product.prodname_dotcom %} sends the pull_request event to the base repository and no pull request events occur on the forked repository.
Workflows don't run on forked repositories by default. You must enable GitHub Actions in the Actions tab of the forked repository.
{% data reusables.actions.forked-secrets %} The permissions for the GITHUB_TOKEN in forked repositories is read-only. For more information, see "Authenticating with the GITHUB_TOKEN."