File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ concurrency:
1111 group : ${{ github.workflow }}-${{ github.ref }}
1212 cancel-in-progress : true
1313
14+ permissions :
15+ contents : read
16+
1417jobs :
1518 autofix :
1619 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ concurrency:
88 group : ${{ github.workflow }}-${{ github.ref }}
99 cancel-in-progress : true
1010
11+ permissions :
12+ contents : read
13+
1114jobs :
1215 ci :
1316 name : Lint and Test with Node.js ${{ matrix.node }} on ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ concurrency:
88 group : ${{ github.workflow }}-${{ github.ref }}
99 cancel-in-progress : true
1010
11+ permissions :
12+ contents : read
13+
1114jobs :
1215 publish :
1316 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 3939
4040 - name : Create Release Pull Request or Publish to npm
4141 id : changesets
42- uses : changesets/action@v1
42+ uses : changesets/action@a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d # v1.9.0
4343 with :
4444 commit : ' chore: release package(s)'
4545 title : ' chore: release package(s)'
Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ concurrency:
99 group : ${{ github.workflow }}-${{ github.ref }}
1010 cancel-in-progress : true
1111
12+ permissions :
13+ contents : read
14+ pull-requests : write
15+
1216jobs :
1317 size-limit :
1418 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments