We need to run workflows which have access to secrets. This is currently not possible.
Two common ways to achieve that is using pull_request_target instead of pull_request and the other is using environments.
Acceptance Criteria:
- Provide guide when to use which approach
- Focus on constraints and security implications (e.g., risks of running untrusted code with access to secrets)
We need to run workflows which have access to secrets. This is currently not possible.
Two common ways to achieve that is using
pull_request_targetinstead ofpull_requestand the other is using environments.Acceptance Criteria: