Commit 2028b9c
committed
fix: use built-in GITHUB_TOKEN for semantic-release
The workflow was using a custom GH_TOKEN secret that is not configured.
Changed to use the built-in GITHUB_TOKEN which is automatically provided
by GitHub Actions and has the necessary permissions already configured.1 parent 14c1f25 commit 2028b9c
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
| 29 | + | |
32 | 30 | | |
33 | 31 | | |
34 | | - | |
| 32 | + | |
35 | 33 | | |
0 commit comments