Commit d0ea02f
committed
Add pull-requests read permission for identifiers workflow
**Issue:**
The identifiers workflow requires pull-requests: read permission
to determine release type, but was denied by workflow permissions.
**Fix:**
Added pull-requests: read to workflow-level permissions block.
**Error:**
Invalid workflow file: .github/workflows/release.yml#L18
The nested job 'build-identifiers' is requesting 'pull-requests: read',
but is only allowed 'pull-requests: none'.1 parent ded6bbf commit d0ea02f
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
0 commit comments