Skip to content

Commit

Permalink
ci: harden permission for freebsd.yml
Browse files Browse the repository at this point in the history
set it to read only

Signed-off-by: Carl Zhang <[email protected]>
  • Loading branch information
XinfengZhang committed Mar 5, 2024
1 parent f484f4f commit e72dabb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
- '.github/workflows/**'
- '!.github/workflows/freebsd.yml'

permissions: read

jobs:
freebsd:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e72dabb

Please sign in to comment.