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 @@ -38,12 +38,12 @@ jobs:
38
38
steps :
39
39
- uses : actions/checkout@v4
40
40
with :
41
- token : ${{ secrets.NIO_BOT_PAT }}
41
+ token : ${{ secrets.NIO_BOT_TOKEN }}
42
42
- name : Bump version
43
43
uses : TriPSs/conventional-changelog-action@v5
44
44
id : version
45
45
with :
46
- github-token : ${{ secrets.NIO_BOT_PAT }}
46
+ github-token : ${{ secrets.NIO_BOT_TOKEN }}
47
47
git-user-name : GitHub Actions
48
48
49
49
version-file : package.json,package-lock.json
57
57
uses : ncipollo/release-action@v1
58
58
if : ${{ steps.version.outputs.skipped == 'false' }}
59
59
with :
60
- token : ${{ secrets.NIO_BOT_PAT }}
60
+ token : ${{ secrets.NIO_BOT_TOKEN }}
61
61
tag : ${{ steps.version.outputs.tag }}
62
62
name : ${{ steps.version.outputs.tag }}
63
63
body : ${{ steps.version.outputs.clean_changelog }}
You can’t perform that action at this time.
0 commit comments