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

Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
pull/4194/head
Pedro Kaj Kjellerup Nacht 2 years ago committed by Behdad Esfahbod
parent 96ed20725c
commit 26c719e8cd
  1. 4
      .github/workflows/cifuzz.yml

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

Loading…
Cancel
Save