Commit f8fd15e
committed
ci: disable credential persistence in release checkout
actions/checkout persists the workflow GITHUB_TOKEN as an
http.extraheader; the release job grants it contents: read only, so
semantic-release's push permission check failed with EGITNOPERMISSION
before any release step ran. Without persisted credentials git
operations fall back to the GH_TOKEN PAT provided via the
environment, which can push tags.1 parent fd42b53 commit f8fd15e
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
0 commit comments