Commit afba7e9
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
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
0 commit comments