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

damccorm 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 6dbbaa687fe Fix Credentials issue while commit (#36494)
6dbbaa687fe is described below

commit 6dbbaa687fef7f5d2df156d2b170b46a0b11fc66
Author: Tarun Annapareddy <[email protected]>
AuthorDate: Tue Oct 14 07:06:25 2025 -0700

    Fix Credentials issue while commit (#36494)
    
    * Fix Credentials issue while commit
    
    * Fix Credentials issue while commit
    
    * Fix Workflow
    
    * Fix path
    
    * Fix path
    
    * Add AUth
    
    * persist creds
---
 .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:

Reply via email to