File tree Expand file tree Collapse file tree 5 files changed +15
-0
lines changed
Expand file tree Collapse file tree 5 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ defaults:
1212 run :
1313 working-directory : v2/aggregator
1414
15+ permissions :
16+ contents : read
17+
1518jobs :
1619 lint-and-test :
1720 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ defaults:
66 run :
77 working-directory : v2/build/devenv
88
9+ permissions :
10+ contents : read
11+
912jobs :
1013 devenv-tidy :
1114 runs-on : ubuntu-latest
Original file line number Diff line number Diff 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+
1417jobs :
1518 e2e :
1619 permissions :
Original file line number Diff line number Diff 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+
1417jobs :
1518 e2e :
1619 permissions :
Original file line number Diff line number Diff 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+
1417jobs :
1518 e2e :
1619 permissions :
You can’t perform that action at this time.
0 commit comments