Commit 693a395
committed
fix: add contents:write permission to release job to fix 403 error
The release job was failing with 'Error 403: Resource not accessible by integration'
because it lacked permissions to create releases and generate release notes.
This adds the required 'contents: write' permission to allow the ncipollo/release-action
to successfully create GitHub releases and generate release notes via the API.1 parent e9d68d8 commit 693a395
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
| 121 | + | |
120 | 122 | | |
121 | 123 | | |
122 | 124 | | |
| |||
0 commit comments