Skip to content

Commit 6629221

Browse files
committed
workflow permissions
1 parent 4b9fd99 commit 6629221

File tree

5 files changed

+15
-0
lines changed

5 files changed

+15
-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

.github/workflows/v2-e2e-evm-testnet.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.sha }}
1212
cancel-in-progress: true
1313

14+
permissions:
15+
contents: read
16+
1417
jobs:
1518
e2e:
1619
permissions:

.github/workflows/v2-e2e.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.sha }}
1212
cancel-in-progress: true
1313

14+
permissions:
15+
contents: read
16+
1417
jobs:
1518
e2e:
1619
permissions:

.github/workflows/v2-services.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.sha }}
1212
cancel-in-progress: true
1313

14+
permissions:
15+
contents: read
16+
1417
jobs:
1518
e2e:
1619
permissions:

0 commit comments

Comments
 (0)