File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [main]
88
9+ permissions :
10+ contents : read
11+
912jobs :
1013 build :
1114 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 77 paths :
88 - " package.json"
99
10+ permissions :
11+ contents : read
12+
1013jobs :
1114 publish-dry-run :
1215 if : " ${{ github.event_name == 'workflow_dispatch' || startsWith(github.event.head_commit.message, 'chore: release v') }}"
8487 if : needs.publish-dry-run.outputs.should_publish == 'true'
8588 runs-on : ubuntu-latest
8689 environment : production
90+ permissions :
91+ contents : read
92+ id-token : write
8793
8894 steps :
8995 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1212 - minor
1313 - major
1414
15+ permissions :
16+ contents : read
17+ pull-requests : write
18+
1519jobs :
1620 version :
1721 if : github.ref == 'refs/heads/main'
1822 runs-on : ubuntu-latest
1923 environment : test
20- permissions :
21- contents : write
22- pull-requests : write
23-
2424 steps :
2525 - uses : actions/checkout@v4
2626 with :
You can’t perform that action at this time.
0 commit comments