Skip to content

Commit 8e90338

Browse files
committed
workflow permissions
1 parent 4b9fd99 commit 8e90338

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/v2-aggregator.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ defaults:
1212
run:
1313
working-directory: v2/aggregator
1414

15+
permissions:
16+
contents: read
17+
1518
jobs:
1619
lint-and-test:
1720
runs-on: ubuntu-latest

.github/workflows/v2-devenv-tidy.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ defaults:
66
run:
77
working-directory: v2/build/devenv
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
devenv-tidy:
1114
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)