Skip to content

Commit 107548b

Browse files
committed
add permission
Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com>
1 parent 5b0c844 commit 107548b

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/pr-gate.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,15 @@ jobs:
2626
uses: ./.github/actions/pr-permission-gate
2727

2828
pr-vllm:
29-
needs: [gatekeeper]
30-
if: success()
29+
# needs: [gatekeeper]
30+
# if: success()
31+
permissions:
32+
contents: read
3133
uses: ./.github/workflows/pr-vllm.yml
3234

3335
pr-sglang:
34-
needs: [gatekeeper]
35-
if: success()
36+
# needs: [gatekeeper]
37+
# if: success()
38+
permissions:
39+
contents: read
3640
uses: ./.github/workflows/pr-sglang.yml

0 commit comments

Comments
 (0)