Skip to content

Commit ff5630b

Browse files
committed
ci: harden permission for freebsd.yml
set it to read only Signed-off-by: Carl Zhang <[email protected]>
1 parent f484f4f commit ff5630b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/freebsd.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
- '.github/workflows/**'
1111
- '!.github/workflows/freebsd.yml'
1212

13+
permissions: read
14+
1315
jobs:
1416
freebsd:
1517
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)