This is an automated email from the ASF dual-hosted git repository.
ptupitsyn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git
The following commit(s) were added to refs/heads/master by this push:
new 9adeebeb Do not persist Git credentials on checkout in prepare-rc.yml
9adeebeb is described below
commit 9adeebeb085748d5dbd477b4738c4cf12fa7d9d4
Author: Pavel Tupitsyn <[email protected]>
AuthorDate: Fri May 9 07:54:04 2025 +0300
Do not persist Git credentials on checkout in prepare-rc.yml
---
.github/workflows/prepare-rc.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/prepare-rc.yml b/.github/workflows/prepare-rc.yml
index 00bda069..bd48aa01 100644
--- a/.github/workflows/prepare-rc.yml
+++ b/.github/workflows/prepare-rc.yml
@@ -172,10 +172,11 @@ jobs:
})
- name: Checkout Sources Into Distribution
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
path: ${{ env.EXTENSION_DIST }}/git
ref: ${{ github.ref_name }}
+ persist-credentials: false
- name: Configure Git for Release
run: |