Skip to content

Commit b4fd6a2

Browse files
committed
[#383] Support Github PR comment
1 parent b000843 commit b4fd6a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ env:
1010
jobs:
1111
report-coverage:
1212
runs-on: ubuntu-latest
13-
permissions: write-all
14-
# contents: read
15-
# pull-requests: write
16-
# issues: write
13+
permissions:
14+
contents: read
15+
pull-requests: write
16+
issues: write
1717
strategy:
1818
matrix:
1919
node_version:

0 commit comments

Comments
 (0)