Fix release workflow: persist credentials for git-auto-commit-action#2912
Merged
adamtheturtle merged 1 commit intomainfrom Feb 15, 2026
Merged
Fix release workflow: persist credentials for git-auto-commit-action#2912adamtheturtle merged 1 commit intomainfrom
adamtheturtle merged 1 commit intomainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The release workflow was failing because
persist-credentials: falseon the checkout step removed authentication, causingstefanzweifel/git-auto-commit-actionto fail when pushing the changelog bump commit.This changes
persist-credentialstotruewith azizmor: ignore[artipacked]suppression comment, since persisted credentials are required for the auto-commit action to push.Fixes the failure at https://github.com/VWS-Python/vws-python-mock/actions/runs/22032444453/job/63659742813
Note
Low Risk
Workflow-only change that just adjusts GitHub checkout credential persistence; low blast radius but affects release automation behavior.
Overview
Fixes the release GitHub Actions workflow by switching
actions/checkouttopersist-credentials: truesostefanzweifel/git-auto-commit-actioncan push the changelog bump commit.Adds a short inline comment and a
zizmorsuppression annotation documenting why persisted credentials are required.Written by Cursor Bugbot for commit 0ac5ad2. This will update automatically on new commits. Configure here.