Commit 722cacad9dfb61d79d9dd4fe3db941573756d1b8

Martin Mitas 2024-01-11T09:56:07

Try to fix ci-fuzz.yml by removing permissions {}. cmark doesn't have that line either.

1
2
3
4
5
6
7
8
9
10
11
diff --git a/.github/workflows/ci-fuzz.yml b/.github/workflows/ci-fuzz.yml
index 8c28d60..7cb48b5 100644
--- a/.github/workflows/ci-fuzz.yml
+++ b/.github/workflows/ci-fuzz.yml
@@ -1,6 +1,5 @@
 name: CIFuzz
 on: [pull_request]
-permissions: {}
 jobs:
   Fuzzing:
     runs-on: ubuntu-latest