Skip to content

Commit 6dbbaa6

Browse files
authored
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
1 parent 2b9827b commit 6dbbaa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_release_candidate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ jobs:
564564
repository: apache/beam
565565
path: beam
566566
token: ${{ github.event.inputs.REPO_TOKEN }}
567-
persist-credentials: false
567+
persist-credentials: true
568568
- name: Install Python 3.9
569569
uses: actions/setup-python@v5
570570
with:

0 commit comments

Comments
 (0)