Commit 21e14f3
committed
fix: add permissions to attempt-fix-io workflow job
The attempt-fix-io job calls fuzzer-fix-automation.yml which requires
write permissions for contents, issues, pull-requests, and id-token.
When using workflow_call, the called workflow inherits permissions from
the caller, so we need to explicitly grant these permissions.
This fixes the error:
"The nested job 'attempt-fix' is requesting 'contents: write, issues: write,
pull-requests: write, id-token: write', but is only allowed 'contents: read,
issues: none, pull-requests: none, id-token: none'."
Signed-off-by: Joe Isaacs <[email protected]>1 parent bd6e37a commit 21e14f3
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
132 | 137 | | |
133 | 138 | | |
134 | 139 | | |
| |||
0 commit comments