Closed MSevey closed 5 months ago
This update modifies the GitHub Actions workflow configuration for preview deployments by changing the trigger event from pull_request
to pull_request_target
. This change improves the workflow's behavior and security by executing actions within the context of the base repository instead of the forked repository initiating the pull request.
Files | Change Summary |
---|---|
.github/workflows/preview.yml | Trigger event switched from pull_request to pull_request_target to enhance workflow execution context. |
In the forest of code, a shift we see,
A trigger's redefined, for security.
pull_request_target
takes the stage,
Improving flows, the new engage. 📜✨
The preview's clear, the path is bright,
Our work now floats on smoother flight. 🚀🌟
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Overview
Summary by CodeRabbit
pull_request_target
trigger for preview builds.