How to Run GitHub Actions on Forks - pull_request_target

preview_player
Показать описание
The pull_request_target event runs in the context of the base of the pull request, rather than in the merge commit as the pull_request event does. This prevents executing unsafe workflow code from the head of the pull request that could alter your repository or steal any secrets you use in your workflow.

In the video, I share on the Action called first-interaction, and it provides some inputs to give a welcome message. Contributors. Now, this is more than just a simple, hello message.

Join my live coding stream every Tuesday and Fridays on Twitch

Рекомендации по теме
Комментарии
Автор

Hi thanks for this. How do I build the PR itself and not the target repository?

jofftiquez
visit shbcf.ru