Commit 6539bb2
committed
🔒 Fix GitHub Actions permissions for release creation
- Added required permissions to workflow:
- contents: write (for creating releases)
- actions: read (for reading artifacts)
- checks: write (for workflow checks)
- Resolves 403 'Resource not accessible by integration' error
- Workflow will now properly create GitHub releases on tag push1 parent 8207a2f commit 6539bb2
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
16 | 21 | | |
17 | 22 | | |
18 | 23 | | |
| |||
0 commit comments