Skip to content

Commit b9b1fa4

Browse files
Fix permissions section in PR build workflow
Signed-off-by: Hunter T. <[email protected]>
1 parent d0baa4b commit b9b1fa4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
pull_request:
55
branches: [ main ]
66

7+
permissions:
8+
contents: read
9+
710
jobs:
811
deploy:
912
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)