Skip to content

Commit aff2381

Browse files
authored
Reverting to BOT token
1 parent 36c91a5 commit aff2381

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@v4
4040
with:
41-
token: ${{ secrets.NIO_BOT_PAT }}
41+
token: ${{ secrets.NIO_BOT_TOKEN }}
4242
- name: Bump version
4343
uses: TriPSs/conventional-changelog-action@v5
4444
id: version
4545
with:
46-
github-token: ${{ secrets.NIO_BOT_PAT }}
46+
github-token: ${{ secrets.NIO_BOT_TOKEN }}
4747
git-user-name: GitHub Actions
4848
git-user-email: [email protected]
4949
version-file: package.json,package-lock.json
@@ -57,7 +57,7 @@ jobs:
5757
uses: ncipollo/release-action@v1
5858
if: ${{ steps.version.outputs.skipped == 'false' }}
5959
with:
60-
token: ${{ secrets.NIO_BOT_PAT }}
60+
token: ${{ secrets.NIO_BOT_TOKEN }}
6161
tag: ${{ steps.version.outputs.tag }}
6262
name: ${{ steps.version.outputs.tag }}
6363
body: ${{ steps.version.outputs.clean_changelog }}

0 commit comments

Comments
 (0)