Skip to content

Commit 5dc8bb9

Browse files
committed
move permissions
1 parent 913ad40 commit 5dc8bb9

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.github/workflows/bench.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: bench
22

3+
permissions: read-all
4+
35
# configure manual trigger
46
on:
57
workflow_dispatch:

.github/workflows/comparison-bench.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: comparison-bench
22

3+
permissions: read-all
4+
35
# configure manual trigger
46
on:
57
workflow_dispatch:
68

7-
permissions: read-all
8-
99
jobs:
1010
build:
1111
strategy:

.github/workflows/dotnet.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
name: dotnet
44

5+
permissions: read-all
6+
57
on:
68
push:
79
branches: [ "main" ]

.github/workflows/super-linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: lint
33

4+
permissions: read-all
5+
46
on: # yamllint disable-line rule:truthy
57
push: null
68
pull_request: null
79

8-
permissions: read-all
9-
1010
jobs:
1111
build:
1212
name: Lint

0 commit comments

Comments
 (0)