Skip to content

Commit c2a0d97

Browse files
authored
Chore: Specify CI workflow permissions
1 parent a55874e commit c2a0d97

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: .github/workflows/build.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: CI - Build
2-
2+
permissions:
3+
contents: read
4+
pull-requests: write
5+
36
on:
47
push:
58
branches-ignore:

0 commit comments

Comments
 (0)