Add read-only top-level permissions to cifuzz.yml

Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
This commit is contained in:
Pedro Kaj Kjellerup Nacht 2023-04-12 13:38:49 +00:00 committed by Behdad Esfahbod
parent 96ed20725c
commit 26c719e8cd
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
name: CIFuzz
on: [pull_request]
permissions:
contents: read
jobs:
Fuzzing:
runs-on: ubuntu-latest