Commit 0c571f2
committed
fix: remove job-level permissions that override workflow permissions
The release-production job had `permissions: id-token: write` which
OVERRIDES and REPLACES the workflow-level permissions, removing
`contents: write` needed for creating GitHub releases.
Removed the job-level permissions block so the job inherits all
workflow-level permissions (including contents: write).
This aligns with cfxdb and wamp-xbr which don't have job-level
permissions on release-production.
Note: This work was completed with AI assistance (Claude Code).1 parent 73b4edf commit 0c571f2
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
197 | | - | |
198 | 196 | | |
199 | 197 | | |
200 | 198 | | |
| |||
0 commit comments