File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 11name : release
2-
32on :
43 workflow_dispatch :
54 inputs :
65 semver :
7- description : ' The semver to use'
6+ description : The semver to use
87 required : true
98 default : patch
109 type : choice
1817jobs :
1918 release :
2019 permissions :
21- pull-requests : write
2220 contents : write
21+ issues : write
22+ pull-requests : write
2323 runs-on : ubuntu-latest
2424 steps :
2525 - uses : nearform-actions/optic-release-automation-action@v4
2626 with :
27- npm-token : ${{ secrets[format('NPM_TOKEN_{0}', github.actor)] || secrets.NPM_TOKEN }}
28- optic-token : ${{ secrets[format('OPTIC_TOKEN_{0}', github.actor)] || secrets.OPTIC_TOKEN }}
27+ npm-token : >-
28+ ${{ secrets[format('NPM_TOKEN_{0}', github.actor)] ||
29+ secrets.NPM_TOKEN }}
30+ optic-token : >-
31+ ${{ secrets[format('OPTIC_TOKEN_{0}', github.actor)] ||
32+ secrets.OPTIC_TOKEN }}
2933 semver : ${{ github.event.inputs.semver }}
30-
You can’t perform that action at this time.
0 commit comments