This is an automated email from the ASF dual-hosted git repository. Amar3tto pushed a commit to branch fix-credentials in repository https://gitbox.apache.org/repos/asf/beam.git
commit 45d1daccfe93fe82a0bfb061c571526c00461b5e Author: Vitaly Terentyev <[email protected]> AuthorDate: Mon Jul 20 16:20:31 2026 +0400 Set persist-credentials true --- .github/workflows/beam_Infrastructure_AuditUnmanagedKeys.yml | 2 +- .github/workflows/beam_Publish_Website.yml | 2 +- .github/workflows/build_wheels.yml | 6 +++--- .github/workflows/pr-bot-new-prs.yml | 2 +- .github/workflows/pr-bot-pr-updates.yml | 2 +- .github/workflows/pr-bot-prs-needing-attention.yml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/beam_Infrastructure_AuditUnmanagedKeys.yml b/.github/workflows/beam_Infrastructure_AuditUnmanagedKeys.yml index 04acde3718f..2951324777c 100644 --- a/.github/workflows/beam_Infrastructure_AuditUnmanagedKeys.yml +++ b/.github/workflows/beam_Infrastructure_AuditUnmanagedKeys.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: actions/checkout@v7 with: - persist-credentials: false + persist-credentials: true - name: Setup gcloud uses: google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db diff --git a/.github/workflows/beam_Publish_Website.yml b/.github/workflows/beam_Publish_Website.yml index 719ffd6b794..b16b19bf589 100644 --- a/.github/workflows/beam_Publish_Website.yml +++ b/.github/workflows/beam_Publish_Website.yml @@ -55,7 +55,7 @@ jobs: steps: - uses: actions/checkout@v7 with: - persist-credentials: false + persist-credentials: true - name: Setup environment uses: ./.github/actions/setup-environment-action with: diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 3b58886baed..6236888521a 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -57,7 +57,7 @@ jobs: steps: - uses: actions/checkout@v7 with: - persist-credentials: false + persist-credentials: true - name: "Check are GCP variables set" run: "./scripts/ci/ci_check_are_gcp_variables_set.sh" id: check_gcp_variables @@ -92,7 +92,7 @@ jobs: - name: Checkout code uses: actions/checkout@v7 with: - persist-credentials: false + persist-credentials: true - name: Install python uses: actions/setup-python@v7 with: @@ -376,7 +376,7 @@ jobs: - name: Checkout code on master branch uses: actions/checkout@v7 with: - persist-credentials: false + persist-credentials: true submodules: recursive - name: Branch commit run: | diff --git a/.github/workflows/pr-bot-new-prs.yml b/.github/workflows/pr-bot-new-prs.yml index e092bc697ad..9c924c42365 100644 --- a/.github/workflows/pr-bot-new-prs.yml +++ b/.github/workflows/pr-bot-new-prs.yml @@ -35,7 +35,7 @@ jobs: steps: - uses: actions/checkout@v7 with: - persist-credentials: false + persist-credentials: true - name: Setup Node uses: actions/setup-node@v7 with: diff --git a/.github/workflows/pr-bot-pr-updates.yml b/.github/workflows/pr-bot-pr-updates.yml index b70f271f7b0..e3afd5b461b 100644 --- a/.github/workflows/pr-bot-pr-updates.yml +++ b/.github/workflows/pr-bot-pr-updates.yml @@ -39,7 +39,7 @@ jobs: - uses: actions/checkout@v7 with: ref: 'master' - persist-credentials: false + persist-credentials: true - name: Setup Node uses: actions/setup-node@v7 with: diff --git a/.github/workflows/pr-bot-prs-needing-attention.yml b/.github/workflows/pr-bot-prs-needing-attention.yml index 9a438cea930..82346ea142f 100644 --- a/.github/workflows/pr-bot-prs-needing-attention.yml +++ b/.github/workflows/pr-bot-prs-needing-attention.yml @@ -35,7 +35,7 @@ jobs: steps: - uses: actions/checkout@v7 with: - persist-credentials: false + persist-credentials: true - name: Setup Node uses: actions/setup-node@v7 with:
