Skip to content

Commit 74f26f6

Browse files
germa89pyansys-ci-bot
authored andcommitted
ci(migrator): enable persist-credentials for actions/checkout to allow pushes (#4278)
* ci(migrator): enable persist-credentials for actions/checkout to allow pushes * chore: adding changelog file 4278.maintenance.md [dependabot-skip] --------- Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 9630b8b commit 74f26f6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/migrator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ jobs:
298298
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
299299
with:
300300
ref: main
301-
persist-credentials: false
301+
persist-credentials: true
302302

303303
- name: Clone head repo and checkout branch. Resolve conflicts if needed.
304304
if : ${{ env.CONTINUE == 'true' }}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Enable persist-credentials for actions/checkout to allow pushes

0 commit comments

Comments
 (0)