File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77jobs :
88 lint :
99 runs-on : ubuntu-latest
10+
11+ permissions :
12+ contents : read
13+
1014 steps :
1115 - name : Checkout repository
1216 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 55jobs :
66 package :
77 runs-on : ubuntu-latest
8+
9+ permissions :
10+ contents : write
11+ packages : write
12+ pull-requests : read
13+ id-token : write
14+
815 steps :
916 - name : Checkout repository
1017 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 55jobs :
66 test :
77 name : Test for release
8+
9+ permissions :
10+ contents : read
11+
812 if : startsWith(github.event.head_commit.message, '[release:minor]') ||
913 startsWith(github.event.head_commit.message, '[release:major]') ||
1014 startsWith(github.event.head_commit.message, '[release:patch]')
1317 release :
1418 runs-on : ubuntu-latest
1519 needs : [test]
20+
21+ permissions :
22+ contents : write
23+ packages : write
24+ pull-requests : read
25+
1626 steps :
1727 - name : Checkout repository
1828 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 88jobs :
99 test :
1010 runs-on : ubuntu-latest
11+
12+ permissions :
13+ contents : read
14+
1115 steps :
1216 - name : Checkout repository
1317 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments