Skip to content

Commit 17eda2f

Browse files
committed
remove permission
Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com>
1 parent df37153 commit 17eda2f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/pr-gate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: PR Permission Gate
22
on:
3-
pull_request_target:
3+
pull_request:
44
branches: [main]
55
types: [opened, reopened, synchronize]
66

.github/workflows/pr-sglang.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: PR - SGLang
33
on:
44
workflow_call:
55

6-
permissions:
7-
contents: read
8-
6+
# permissions:
7+
# contents: read
8+
#
99
env:
1010
# CI Image configuration
1111
SGLANG_VERSION: "0.5.5"

.github/workflows/pr-vllm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: PR - vLLM
33
on:
44
workflow_call:
55

6-
permissions:
7-
contents: read
8-
6+
# permissions:
7+
# contents: read
8+
#
99
env:
1010
# CI Image configuration
1111
VLLM_VERSION: 0.11.2

0 commit comments

Comments
 (0)