mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 07:50:43 +00:00
ci: fix package acceptance permissions
This commit is contained in:
1
.github/workflows/package-acceptance.yml
vendored
1
.github/workflows/package-acceptance.yml
vendored
@@ -73,6 +73,7 @@ permissions:
|
||||
actions: read
|
||||
contents: read
|
||||
packages: write
|
||||
pull-requests: read
|
||||
|
||||
concurrency:
|
||||
group: package-acceptance-${{ github.run_id }}
|
||||
|
||||
@@ -19,6 +19,7 @@ describe("package acceptance workflow", () => {
|
||||
expect(workflow).toContain("scripts/resolve-openclaw-package-candidate.mjs");
|
||||
expect(workflow).toContain('gh run download "$ARTIFACT_RUN_ID"');
|
||||
expect(workflow).toContain("name: ${{ env.PACKAGE_ARTIFACT_NAME }}");
|
||||
expect(workflow).toContain("pull-requests: read");
|
||||
expect(workflow).toContain(
|
||||
"uses: ./.github/workflows/openclaw-live-and-e2e-checks-reusable.yml",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user