File tree 5 files changed +20
-0
lines changed
5 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 7
7
- master
8
8
workflow_dispatch :
9
9
10
+ permissions :
11
+ contents : read
12
+
10
13
# Cancel old builds on new commit for same workflow + branch/PR
11
14
concurrency :
12
15
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
57
60
docker :
58
61
name : Build with docker
59
62
runs-on : ubuntu-22.04
63
+ permissions :
64
+ contents : read
65
+ packages : write
60
66
steps :
61
67
- uses : actions/checkout@v4
62
68
name : Checkout Repo
Original file line number Diff line number Diff line change 6
6
- master
7
7
workflow_dispatch :
8
8
9
+ permissions :
10
+ contents : write
11
+ pages : write
9
12
10
13
# Cancel old builds on new commit for same workflow + branch/PR
11
14
concurrency :
Original file line number Diff line number Diff line change 8
8
required : true
9
9
type : string
10
10
11
+ permissions :
12
+ contents : read
13
+
11
14
jobs :
12
15
mirror :
13
16
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ name: Publish Dependencies
3
3
on :
4
4
workflow_dispatch :
5
5
6
+ permissions :
7
+ contents : read
8
+ packages : write
9
+ id-token : write
10
+
6
11
jobs :
7
12
publish :
8
13
# Must match glibc verison in node:20
Original file line number Diff line number Diff line change 6
6
- master
7
7
workflow_dispatch :
8
8
9
+ permissions :
10
+ contents : read
11
+
9
12
jobs :
10
13
semantic-release :
11
14
name : Release
You can’t perform that action at this time.
0 commit comments