test(release): address npm telegram e2e review · openclaw/openclaw@5dd3c37
obviyus
·
2026-04-24
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -52,7 +52,7 @@ jobs:
|
52 | 52 | uses: actions/github-script@v8 |
53 | 53 | with: |
54 | 54 | script: | |
55 | | - const allowed = new Set(["admin", "maintain", "write"]); |
| 55 | + const allowed = new Set(["admin", "write"]); |
56 | 56 | const { owner, repo } = context.repo; |
57 | 57 | const { data } = await github.rest.repos.getCollaboratorPermissionLevel({ |
58 | 58 | owner, |
@@ -63,7 +63,7 @@ jobs:
|
63 | 63 | core.info(`Actor ${context.actor} permission: ${permission}`); |
64 | 64 | if (!allowed.has(permission)) { |
65 | 65 | core.setFailed( |
66 | | - `Workflow requires write/maintain/admin access. Actor "${context.actor}" has "${permission}".`, |
| 66 | + `Workflow requires write/admin access. Actor "${context.actor}" has "${permission}".`, |
67 | 67 | ); |
68 | 68 | } |
69 | 69 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。