Improvement
• 1 minute read

GitHub Actions: Require approval for running workflows from private forks

Summary

You can now require approval from a user with write permissions to the repository before a workflow run can be triggered from a private fork. This can be useful for…

You can now require approval from a user with write permissions to the repository before a workflow run can be triggered from a private fork. This can be useful for some inner source scenarios, where you want to ensure that the code is reviewed before it is run.

image

Learn more about enabling workflows for forks of private repositories
For questions, visit the GitHub Actions community.
To see what's next for Actions, visit our public roadmap.

New Releases

Improvements

Deprecations

Back to top