We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GITHUB_TOKEN
1 parent 31a55ab commit 5fd9c86Copy full SHA for 5fd9c86
.github/workflows/ci.yml
@@ -7,6 +7,8 @@ on:
7
merge_group:
8
branches: [ "master" ]
9
10
+permissions:
11
+ contents: read
12
13
env:
14
PROTOC_VERSION: '3.25.3'
.github/workflows/cifuzz.yml
@@ -1,5 +1,9 @@
1
name: CIFuzz
2
on: [pull_request]
3
+
4
5
6
jobs:
Fuzzing:
runs-on: ubuntu-latest
0 commit comments