From 5db7aa0fa18377cd8c177e0bab5539420ba2c709 Mon Sep 17 00:00:00 2001 From: Arpit Mohan Date: Sun, 11 Sep 2022 20:50:59 +0530 Subject: [PATCH] ci: Reverting the permission check on ok-to-test This needs to be tested properly on a test organization. --- .github/workflows/ok-to-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ok-to-test.yml b/.github/workflows/ok-to-test.yml index 7f1da6561a..040cc36c2c 100644 --- a/.github/workflows/ok-to-test.yml +++ b/.github/workflows/ok-to-test.yml @@ -30,4 +30,4 @@ jobs: commands: | ok-to-test perf-test - permission: write + permission: none