This is an automated email from the ASF dual-hosted git repository. damccorm pushed a commit to branch users/damccorm/test-push in repository https://gitbox.apache.org/repos/asf/beam.git
commit aa7f75a9584dea1ac5bf5807e8f23d114d5344af Author: Danny McCormick <[email protected]> AuthorDate: Mon Oct 13 17:06:40 2025 -0400 Update build_release_candidate.yml --- .github/workflows/build_release_candidate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_release_candidate.yml b/.github/workflows/build_release_candidate.yml index 84350327259..b070ada17a0 100644 --- a/.github/workflows/build_release_candidate.yml +++ b/.github/workflows/build_release_candidate.yml @@ -564,7 +564,7 @@ jobs: repository: apache/beam path: beam token: ${{ github.event.inputs.REPO_TOKEN }} - persist-credentials: false + persist-credentials: true - name: Install Python 3.9 uses: actions/setup-python@v5 with:
