Skip to content

Commit cfaa8fa

Browse files
authored
admin access only (#177)
1 parent 54efbcb commit cfaa8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/correctness_benchmarking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
username: context.payload.comment.user.login,
9292
});
9393
const level = perm.permission;
94-
const allowed = ['admin', 'write'].includes(level);
94+
const allowed = ['admin'].includes(level);
9595
core.setOutput('authorized', String(allowed));
9696
9797
if (!allowed) {

0 commit comments

Comments
 (0)