MarcoRob opened a new pull request, #24720: URL: https://github.com/apache/beam/pull/24720
As part of the [Beam Release Process](https://beam.apache.org/contribute/release-guide/) migration to GitHub Actions, the following PR updates the [build_release_candidate.sh](https://github.com/apache/beam/blob/7c55f7668b1c2ec96c491ecfd05b0e902dbaf23a/release/src/main/scripts/build_release_candidate.sh#L352) script which publish and updates the beam-site repository with the corresponding docs. In order for the workflow works, an `SSH Key` is required for this workflow can submit and push the changes into the `beam-site` repository. Steps to set SSH Key: - Generate SSH Key locally - Upload and set into `beam-site` the deploy key (Go to beam-site repository / Settings / Security - Deploy Keys ) using the public key - Generate a `Secret` (In Beam repository - Settings / Secrets / Actions / New Repository Secret ) in the `beam` repository with the private ssh key which was generated locally, applying the `SSH_DEPLOY_KEY` as key and private ssh key as value. *Note: You can check the [following approach](https://cpina.github.io/push-to-another-repository-docs/setup-using-ssh-deploy-keys.html#setup-ssh-deploy-keys) which was used as based for the current behaviour. ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Mention the appropriate issue in your description (for example: `addresses #123`), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, comment `fixes #<ISSUE NUMBER>` instead. - [ ] Update `CHANGES.md` with noteworthy changes. - [ ] If this contribution is large, please file an Apache [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf). See the [Contributor Guide](https://beam.apache.org/contribute) for more tips on [how to make review process smoother](https://beam.apache.org/contribute/get-started-contributing/#make-the-reviewers-job-easier). To check the build health, please visit [https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md](https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md) GitHub Actions Tests Status (on master branch) ------------------------------------------------------------------------------------------------ [](https://github.com/apache/beam/actions?query=workflow%3A%22Build+python+source+distribution+and+wheels%22+branch%3Amaster+event%3Aschedule) [](https://github.com/apache/beam/actions?query=workflow%3A%22Python+Tests%22+branch%3Amaster+event%3Aschedule) [](https://github.com/apache/beam/actions?query=workflow%3A%22Java+Tests%22+branch%3Amaster+event%3Aschedule) [](https://github.com/apache/beam/actions?query=workflow%3A%22Go+tests%22+branch%3Amaster+event%3Aschedule) See [CI.md](https://github.com/apache/beam/blob/master/CI.md) for more information about GitHub Actions CI. -- 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]
