Skip to content

Commit f5eddcc

Browse files
update permissions (#5568)
1 parent 63941bd commit f5eddcc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ concurrency:
4545
group: bvt-${{ github.event.pull_request.number || github.sha }}
4646
cancel-in-progress: true
4747

48-
permissions: read-all
48+
permissions:
49+
contents: read
50+
issues: write
4951

5052
jobs:
5153
build-windows-kernel:

0 commit comments

Comments
 (0)