From 7232e5c23938161050accd3bb52e8341b6002f8b Mon Sep 17 00:00:00 2001 From: German <28149841+germa89@users.noreply.github.com> Date: Mon, 27 Oct 2025 10:49:21 +0100 Subject: [PATCH 1/2] ci(migrator): enable persist-credentials for actions/checkout to allow pushes --- .github/workflows/migrator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/migrator.yml b/.github/workflows/migrator.yml index bc2c0308637..c060305460b 100644 --- a/.github/workflows/migrator.yml +++ b/.github/workflows/migrator.yml @@ -298,7 +298,7 @@ jobs: uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0 with: ref: main - persist-credentials: false + persist-credentials: true - name: Clone head repo and checkout branch. Resolve conflicts if needed. if : ${{ env.CONTINUE == 'true' }} From 7ba5d59026da31a165ad673d7a187e1e8b0567ef Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 27 Oct 2025 09:52:47 +0000 Subject: [PATCH 2/2] chore: adding changelog file 4278.maintenance.md [dependabot-skip] --- doc/changelog.d/4278.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/4278.maintenance.md diff --git a/doc/changelog.d/4278.maintenance.md b/doc/changelog.d/4278.maintenance.md new file mode 100644 index 00000000000..f1fcfb0d021 --- /dev/null +++ b/doc/changelog.d/4278.maintenance.md @@ -0,0 +1 @@ +Enable persist-credentials for actions/checkout to allow pushes