File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 ACTIONS_BOT_TOKEN :
1212 required : true
1313
14+ permissions :
15+ contents : ' read'
16+ pull-requests : ' write'
17+
18+ defaults :
19+ run :
20+ shell : ' bash'
21+
1422jobs :
1523 draft-release :
1624 name : ' Draft Release'
Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ permissions:
1919 contents : ' read'
2020 statuses : ' write'
2121
22+ defaults :
23+ run :
24+ shell : ' bash'
25+
2226jobs :
2327 init :
2428 name : ' Lint (Initialize)'
4145 env :
4246 REF : ' ${{ github.event.pull_request.head.sha }}'
4347 LC_ALL : ' C'
44- shell : ' bash'
4548 run : |-
4649 set -euo pipefail
4750
Original file line number Diff line number Diff line change 66 ACTIONS_BOT_TOKEN :
77 required : true
88
9+ permissions :
10+ attestations : ' write'
11+ contents : ' write'
12+ packages : ' write'
13+
14+ defaults :
15+ run :
16+ shell : ' bash'
17+
918jobs :
1019 create-release :
1120 if : |-
You can’t perform that action at this time.
0 commit comments