Skip to content

Commit afba7e9

Browse files
authored
fix: remove persist-credentials false to allow git push with app token (#37)
The persist-credentials: false setting was preventing git from using the GitHub App token for push operations. By removing this, the checkout action will configure git to use the app token for subsequent git operations, allowing semantic-release to push commits and tags with the app's identity.
1 parent a2ef638 commit afba7e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
with:
2727
fetch-depth: 0
2828
token: ${{ steps.app-token.outputs.token }}
29-
persist-credentials: false
3029

3130
- name: Set up Python
3231
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)