Commit d4bec66
fix(ci): grant write permission to dry-run release workflow (#1136)
semantic-release runs `git push --dry-run` even in dry-run mode to
verify push permissions. The workflow had `contents: read` which caused
a 403 from github-actions[bot]. Changed to `contents: write`.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent d0e141c commit d4bec66
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments