Skip to content

Commit eafb351

Browse files
authored
Add permissions for contents in build workflow
1 parent 8c13595 commit eafb351

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: build
22
on:
33
pull_request
4+
permissions:
5+
contents: read
46
jobs:
57
build:
68
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)