Skip to content

Commit

Permalink
ci: added default permissions to fuzz workflow (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
lindell authored Nov 11, 2023
1 parent 8a670f7 commit 391bece
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/fuzz.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Fuzzing
on: [push, pull_request]
permissions:
contents: read

jobs:
build:
name: Fuzzing
Expand Down

0 comments on commit 391bece

Please sign in to comment.