Skip to content

Commit 19440bc

Browse files
committed
Update permissions in test-proxy workflow to allow issue reporting
Signed-off-by: Jiaxiao Zhou <duibao55328@gmail.com>
1 parent 6e2c060 commit 19440bc

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test-proxy.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/test-proxy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ on:
55
workflow_dispatch:
66

77
permissions:
8-
contents: read
8+
issues: write # needed to write the output report to an issue
9+
910
tools:
1011
fetch:
1112
mcp:

0 commit comments

Comments
 (0)