We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d521444 commit 7196446Copy full SHA for 7196446
2 files changed
.github/workflows/benchmark.yml
@@ -2,6 +2,9 @@ name: Benchmark
2
3
on: workflow_dispatch
4
5
+permissions:
6
+ contents: read
7
+
8
defaults:
9
run:
10
working-directory: Src
.github/workflows/ci.yml
@@ -9,6 +9,9 @@ on:
pull_request:
branches: [ "main" ]
11
12
13
14
15
16
17
0 commit comments