Commit 174c8b2
authored
fix(ci): add contents:write permission to release workflow (#8)
The release workflow was failing with 403 when trying to create a GitHub
Release. This was caused by missing 'contents: write' permission which is
required by the softprops/action-gh-release action.
Other SDK repos (Go, Python) already have this permission configured.1 parent 80612ea commit 174c8b2
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| |||
0 commit comments