summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzat Khuzhin <azat@libevent.org>2023-03-08 21:34:37 +0100
committerAzat Khuzhin <azat@libevent.org>2023-03-08 21:34:37 +0100
commit6e1826dd7730330536e1838824bddd0d4d8adb0d (patch)
treea9333e0ce991f6ad71e930c683993bc8a58361a6
parent606056d6e736a7adc9aff07c49c1f61866a393bd (diff)
downloadlibevent-6e1826dd7730330536e1838824bddd0d4d8adb0d.tar.gz
ci: fix typo in yaml for cifuzz
Follow-up for: #1431
-rw-r--r--.github/workflows/cifuzz.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml
index 6c9b1828..2d008596 100644
--- a/.github/workflows/cifuzz.yml
+++ b/.github/workflows/cifuzz.yml
@@ -11,7 +11,7 @@ on:
push:
branches:
- master
-permisisons: read-all
+permissions: read-all
jobs:
Fuzzing:
runs-on: ubuntu-latest