-
Notifications
You must be signed in to change notification settings - Fork 140
ci(migrator): enable persist-credentials for actions/checkout to allow pushes #4278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes the migrator workflow by enabling credential persistence in the GitHub Actions checkout step. The change allows the workflow to push changes by setting persist-credentials to true instead of false, resolving an issue introduced in #4260 that prevented the checkout and push operations from working correctly.
- Enables credential persistence in the actions/checkout step to allow subsequent push operations
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
I think this should fix it. @pyansys-ci-bot LGTM. |
pyansys-ci-bot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
It did fix it: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4278 +/- ##
==========================================
- Coverage 91.39% 91.36% -0.03%
==========================================
Files 193 193
Lines 15726 15726
==========================================
- Hits 14372 14368 -4
- Misses 1354 1358 +4 🚀 New features to boost your workflow:
|
…w 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]>
…w 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]>
…w 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]>
…w 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]>
…w 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]>
…w 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]>

Description
Fix migrator workflow. #4260 introduced a problem when checkout and pushing.
Issue linked
NA
Checklist
draftif it is not ready to be reviewed yet.feat: adding new MAPDL command)