Skip to content

Commit 9361294

Browse files
committed
fix buildjs
1 parent b3caa9d commit 9361294

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/buildjs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33

44
name: buildjs
55
permissions:
6-
contents: write # Grants write access to repository content
6+
contents: write
7+
issues: read
8+
checks: write
9+
pull-requests: write
710
on:
811
workflow_call:
912
inputs:

0 commit comments

Comments
 (0)