Skip to content

Commit ddbbdf8

Browse files
authored
Update build.yaml
1 parent c4edd64 commit ddbbdf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: TriPSs/conventional-changelog-action@v5
4242
id: version
4343
with:
44-
github-token: ${{ secrets.NIO_BOT_TOKEN_ORG }}
44+
github-token: ${{ secrets.NIO_BOT_PAT }}
4545
git-user-name: GitHub Actions
4646
git-user-email: [email protected]
4747
version-file: package.json,package-lock.json
@@ -55,7 +55,7 @@ jobs:
5555
uses: ncipollo/release-action@v1
5656
if: ${{ steps.version.outputs.skipped == 'false' }}
5757
with:
58-
token: ${{ secrets.NIO_BOT_TOKEN_ORG }}
58+
token: ${{ secrets.NIO_BOT_PAT }}
5959
tag: ${{ steps.version.outputs.tag }}
6060
name: ${{ steps.version.outputs.tag }}
6161
body: ${{ steps.version.outputs.clean_changelog }}

0 commit comments

Comments
 (0)