-
Notifications
You must be signed in to change notification settings - Fork 85
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
fix: Set checkout GHA persist-credentials to false for push to succeed #884
Conversation
Codecov Report
@@ Coverage Diff @@
## master #884 +/- ##
=======================================
Coverage 96.28% 96.28%
=======================================
Files 56 56
Lines 3179 3179
Branches 438 438
=======================================
Hits 3061 3061
Misses 75 75
Partials 43 43
Continue to review full report at Codecov.
|
@andrzejnovak This is probably of interest to you as well for |
3b7df84
to
c47ab8c
Compare
I've queued this up. When it gets merged, I'll create a patch release from v0.4.2 → v0.4.3 which includes the following 4 change(s) [including this PR]: If you make any more changes, you probably want to re-trigger me again by removing the bumpversion/patch label and then adding it back again.
|
Triggered by #884 via GitHub Actions.
😢 Something went wrong. I am not able to push. Check the Actions pipeline to see what happened. If you make any more changes, you probably want to re-trigger me again by adding the |
Description
Fix the Tag Creator workflow that failed in PR #796 on the "Push changes" step with
by setting the
checkout
GitHub Action'spersist-credentials
input tofalse
. The motivations for this are covered inad-m/github-push-action
Issue 44 andad-m/github-push-action
PR 46.Checklist Before Requesting Reviewer
Before Merging
For the PR Assignees: