File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
with :
23
23
submodules : recursive
24
24
ref : main
25
- token : ${{ secrets.GITHUB_TOKEN }}
25
+ token : ${{ secrets.DEPLOY_TOKEN }}
26
26
27
27
- uses : actions/setup-node@v1
28
28
with :
36
36
id : extract-version-label
37
37
uses : actions/github-script@v2
38
38
with :
39
- github-token : ${{ secrets.GITHUB_TOKEN }}
39
+ github-token : ${{ secrets.DEPLOY_TOKEN }}
40
40
script : |
41
41
const versionLabels = {
42
42
'Action: patch bump': 'patch',
@@ -132,7 +132,7 @@ jobs:
132
132
VERSION : ${{ steps.push.outputs.version }}
133
133
BODY : ${{ steps.extract-changelog.outputs.version-part }}
134
134
with :
135
- github-token : ${{ secrets.GITHUB_TOKEN }}
135
+ github-token : ${{ secrets.DEPLOY_TOKEN }}
136
136
script : |
137
137
await github.repos.createRelease({
138
138
owner: context.repo.owner,
You can’t perform that action at this time.
0 commit comments