From 6e470f49de4ad876a8b9863c7f06cac6dd016f45 Mon Sep 17 00:00:00 2001 From: Igor Aleksanov Date: Tue, 3 Sep 2024 16:52:50 +0400 Subject: [PATCH] chore(ci): Fix release-please workflows #5 (#33) https://github.com/orgs/community/discussions/26220 --- .github/workflows/release-please-prepare-branch.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-please-prepare-branch.yml b/.github/workflows/release-please-prepare-branch.yml index 27fa414..7b28f8b 100644 --- a/.github/workflows/release-please-prepare-branch.yml +++ b/.github/workflows/release-please-prepare-branch.yml @@ -40,6 +40,8 @@ jobs: if: ${{ needs.check_state.outputs.already_committed != 'true' }} steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + with: + persist-credentials: false - name: Install Rust uses: actions-rust-lang/setup-rust-toolchain@v1