This is an automated email from the ASF dual-hosted git repository.

Amar3tto pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new d6a865d2e4d Persist credentials for build_release_candidate.yml
d6a865d2e4d is described below

commit d6a865d2e4d6362d223315d79cc5e4eb47691e13
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Mon Aug 10 19:19:52 2026 +0400

    Persist credentials for build_release_candidate.yml
---
 .github/workflows/build_release_candidate.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/build_release_candidate.yml 
b/.github/workflows/build_release_candidate.yml
index 28d24e986e5..978b546b806 100644
--- a/.github/workflows/build_release_candidate.yml
+++ b/.github/workflows/build_release_candidate.yml
@@ -65,7 +65,7 @@ jobs:
         with:
           ref: "v${{ github.event.inputs.RELEASE }}-RC${{ 
github.event.inputs.RC }}"
           repository: apache/beam
-          persist-credentials: false
+          persist-credentials: true
       - name: Install Java 11
         uses: actions/setup-java@v5
         with:
@@ -184,7 +184,7 @@ jobs:
       - name: Checkout
         uses: actions/checkout@v7
         with:
-          persist-credentials: false
+          persist-credentials: true
       - name: Mask Apache Password
         run: |
           # Workaround for Actions bug - 
https://github.com/actions/runner/issues/643
@@ -294,7 +294,7 @@ jobs:
         with:
           ref: "v${{ github.event.inputs.RELEASE }}-RC${{ 
github.event.inputs.RC }}"
           repository: apache/beam
-          persist-credentials: false
+          persist-credentials: true
       - name: Free Disk Space (Ubuntu)
         uses: jlumbroso/[email protected]
       - name: Install Java
@@ -346,7 +346,7 @@ jobs:
           ref: "v${{ github.event.inputs.RELEASE }}-RC${{ 
github.event.inputs.RC }}"
           repository: apache/beam
           path: beam
-          persist-credentials: false
+          persist-credentials: true
       - name: Checkout Beam Site Repo
         uses: actions/checkout@v7
         with:
@@ -354,7 +354,7 @@ jobs:
           path: beam-site
           token: ${{ github.event.inputs.REPO_TOKEN }}
           ref: release-docs
-          persist-credentials: false
+          persist-credentials: true
       - name: Install Python 3.10
         uses: actions/setup-python@v7
         with:
@@ -467,7 +467,7 @@ jobs:
         with:
           ref: "v${{ github.event.inputs.RELEASE }}-RC${{ 
github.event.inputs.RC }}"
           repository: apache/beam
-          persist-credentials: false
+          persist-credentials: true
       - name: Mask Apache Password
         run: |
           # Workaround for Actions bug - 
https://github.com/actions/runner/issues/643

Reply via email to