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 1955788db62 Persist credentials for finalize_release.yml
1955788db62 is described below
commit 1955788db629aada5b55844c55d0e1a6c9815dc4
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Tue Sep 1 00:17:29 2026 +0400
Persist credentials for finalize_release.yml
---
.github/workflows/finalize_release.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/finalize_release.yml
b/.github/workflows/finalize_release.yml
index 14275926a89..95c8db7926c 100644
--- a/.github/workflows/finalize_release.yml
+++ b/.github/workflows/finalize_release.yml
@@ -100,7 +100,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v7
with:
- persist-credentials: false
+ persist-credentials: true
- name: Mask PyPi password
run: |
# Workaround for Actions bug -
https://github.com/actions/runner/issues/643
@@ -193,7 +193,7 @@ jobs:
with:
token: ${{ github.event.inputs.REPO_TOKEN }}
ref: master
- persist-credentials: false
+ persist-credentials: true
- name: Set git config
run: |
git config user.name $GITHUB_ACTOR