Skip to content

Commit e4e6b38

Browse files
committed
ci: scope down permissions for build.yml
1 parent ed30007 commit e4e6b38

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
pull_request:
88
branches: '*'
99

10+
permissions:
11+
contents: read
12+
pull-requests: write
13+
1014
jobs:
1115
build:
1216
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)