Commit 2af83cb 1 parent 0eea86b commit 2af83cb Copy full SHA for 2af83cb
File tree 4 files changed +18
-0
lines changed
4 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 10
10
FORCE_COLOR : 2
11
11
NODE : 16
12
12
13
+ permissions :
14
+ contents : read
15
+
13
16
jobs :
14
17
benchmark :
15
18
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 10
10
FORCE_COLOR : 2
11
11
NODE_COV : 16 # The Node.js version to run coveralls on
12
12
13
+ permissions :
14
+ contents : read
15
+
13
16
jobs :
14
17
run :
18
+ permissions :
19
+ checks : write # for coverallsapp/github-action to create new checks
20
+ contents : read # for actions/checkout to fetch code
15
21
name : Node ${{ matrix.node }}
16
22
runs-on : ubuntu-latest
17
23
Original file line number Diff line number Diff line change 10
10
FORCE_COLOR : 2
11
11
NODE : 16
12
12
13
+ permissions :
14
+ contents : read
15
+
13
16
jobs :
14
17
lint :
15
18
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 9
9
FORCE_COLOR : 2
10
10
NODE : 16
11
11
12
+ permissions :
13
+ contents : read
14
+
12
15
jobs :
13
16
fetch :
17
+ permissions :
18
+ contents : write # for peter-evans/create-pull-request to create branch
19
+ pull-requests : write # for peter-evans/create-pull-request to create a PR
14
20
runs-on : ubuntu-latest
15
21
16
22
steps :
You can’t perform that action at this time.
0 commit comments