Skip to content

Commit 8aa3415

Browse files
authored
CI: set default permissions (#48)
Added permissions for read access to contents. Signed-off-by: Bradley Reynolds <[email protected]>
1 parent 3f7c1c1 commit 8aa3415

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/site-deploy.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- main
77
pull_request:
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
build:
1114
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)