GreatEugenius opened a new pull request, #703: URL: https://github.com/apache/flink-agents/pull/703
### Purpose of change The nightly `Build Documentation` workflow fails because `burnett01/rsync-deployments` is not in the ASF allowed-actions list. Replace it with a local composite action under `.github/actions/rsync-deployments/`, ported from [apache/flink-kubernetes-operator#1035](https://github.com/apache/flink-kubernetes-operator/pull/1035). ### 🔔 Note for committer Please **cherry-pick the first commit only** (`Add local rsync-deployments composite action`) onto `release-0.1` and `release-0.2`. The matrix job checks those branches out and resolves the local action from the workspace, so the action file must exist on each branch. The second commit (workflow change) is only needed on `main` — cron always reads the workflow from the default branch. ### Tests Verified on a [personal fork](https://github.com/GreatEugenius/flink-agents/actions/runs/26379754648): the local action loads and runs. It fails at `ssh-add` with `error in libcrypto` because the `NIGHTLIES_RSYNC_KEY` secret only exists in `apache/flink-agents`. Full verification needs a `workflow_dispatch` on the Apache repo after merge. ### API No ### Documentation <!-- Do not remove this section. Check the proper box only. --> - [ ] `doc-needed` <!-- Your PR changes impact docs --> - [x] `doc-not-needed` <!-- Your PR changes do not impact docs --> - [ ] `doc-included` <!-- Your PR already contains the necessary documentation updates --> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
