Commit b49f537
committed
Fix access check for codegen-sh[bot] in workflow
The workflow was failing because the access-check job was trying to verify
write permissions for codegen-sh[bot], which doesn't have traditional write
permissions. This commit adds a check to bypass the permission verification
for the codegen-sh[bot] user while maintaining the security check for all
other users.1 parent 31f6c5b commit b49f537
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
17 | 26 | | |
| 27 | + | |
18 | 28 | | |
19 | 29 | | |
20 | 30 | | |
| |||
0 commit comments