Files
pipecat/.github/workflows
Mark Backman 6464230627 fix: use pull_request_target for docs workflow to access secrets from fork PRs
The update-docs workflow intermittently failed with "Input required and
not supplied: token" because pull_request events from fork PRs don't
have access to repository secrets. Switching to pull_request_target
runs the workflow in the base repo's context, ensuring secrets are
always available. This is safe since the workflow only runs on
already-merged PRs.
2026-02-27 22:22:35 -05:00
..
2025-10-02 08:25:35 -04:00
2025-10-02 08:25:35 -04:00
2025-08-23 00:19:26 -04:00