ci: grant dependency awareness pull request writes

This commit is contained in:
Peter Steinberger
2026-05-13 11:38:30 +01:00
parent 1bc45af1db
commit 74a809a1cd
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ describe("dependency change awareness workflow", () => {
expect(workflow).toContain("pull_request_target:");
expect(workflow).toContain("metadata-only workflow; no checkout or untrusted code execution");
expect(parsed.permissions).toEqual({
"pull-requests": "read",
"pull-requests": "write",
issues: "write",
});
});