ci: fix package acceptance permissions · openclaw/openclaw@6a05b9e
steipete
·
2026-04-27
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -73,6 +73,7 @@ permissions:
|
73 | 73 | actions: read |
74 | 74 | contents: read |
75 | 75 | packages: write |
| 76 | +pull-requests: read |
76 | 77 | |
77 | 78 | concurrency: |
78 | 79 | group: package-acceptance-${{ github.run_id }} |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -19,6 +19,7 @@ describe("package acceptance workflow", () => {
|
19 | 19 | expect(workflow).toContain("scripts/resolve-openclaw-package-candidate.mjs"); |
20 | 20 | expect(workflow).toContain('gh run download "$ARTIFACT_RUN_ID"'); |
21 | 21 | expect(workflow).toContain("name: ${{ env.PACKAGE_ARTIFACT_NAME }}"); |
| 22 | +expect(workflow).toContain("pull-requests: read"); |
22 | 23 | expect(workflow).toContain( |
23 | 24 | "uses: ./.github/workflows/openclaw-live-and-e2e-checks-reusable.yml", |
24 | 25 | ); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。