diff --git a/.github/workflows/build_release_candidate.yml b/.github/workflows/build_release_candidate.yml index 52997821aab9..fc61570ceaf3 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: