Skip to content

Commit 91f0812

Browse files
committed
Try fix #72
1 parent 7bf9ab0 commit 91f0812

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/build.yml.template

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
# Instead perform any modifications in .github/build.yml.template
44

55
name: build
6+
permissions:
7+
contents: read
8+
pull-requests: read
69
on:
710
# can run job manually
811
workflow_dispatch:

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
name: build
66
permissions:
77
contents: read
8+
pull-requests: read
89
on:
910
# can run job manually
1011
workflow_dispatch:

0 commit comments

Comments
 (0)