Skip to content

Commit 3b7d3e2

Browse files
committed
chore(CI): persist git credentials for bump-n-release workflow
1 parent e4a3df2 commit 3b7d3e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump-n-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
token: ${{ secrets.BUMP_N_RELEASE }}
3636
fetch-depth: 0
3737
fetch-tags: true
38-
persist-credentials: false
38+
persist-credentials: true # needed for `git push`
3939
- name: Set up Python
4040
uses: actions/setup-python@v6
4141
with:

0 commit comments

Comments
 (0)