File tree Expand file tree Collapse file tree 5 files changed +20
-0
lines changed Expand file tree Collapse file tree 5 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 77 - master
88 workflow_dispatch :
99
10+ permissions :
11+ contents : read
12+
1013# Cancel old builds on new commit for same workflow + branch/PR
1114concurrency :
1215 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
5760 docker :
5861 name : Build with docker
5962 runs-on : ubuntu-22.04
63+ permissions :
64+ contents : read
65+ packages : write
6066 steps :
6167 - uses : actions/checkout@v4
6268 name : Checkout Repo
Original file line number Diff line number Diff line change 66 - master
77 workflow_dispatch :
88
9+ permissions :
10+ contents : write
11+ pages : write
912
1013# Cancel old builds on new commit for same workflow + branch/PR
1114concurrency :
Original file line number Diff line number Diff line change 88 required : true
99 type : string
1010
11+ permissions :
12+ contents : read
13+
1114jobs :
1215 mirror :
1316 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ name: Publish Dependencies
33on :
44 workflow_dispatch :
55
6+ permissions :
7+ contents : read
8+ packages : write
9+ id-token : write
10+
611jobs :
712 publish :
813 # Must match glibc verison in node:20
Original file line number Diff line number Diff line change 66 - master
77 workflow_dispatch :
88
9+ permissions :
10+ contents : read
11+
912jobs :
1013 semantic-release :
1114 name : Release
You can’t perform that action at this time.
0 commit comments