Skip to content

Commit 7adc1b9

Browse files
authored
Merge pull request #434 from ndustrialio/bot-token
Use Bot Token
2 parents 7525cd3 + c449c67 commit 7adc1b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: TriPSs/conventional-changelog-action@v3
4242
id: version
4343
with:
44-
github-token: ${{ secrets.GITHUB_TOKEN }}
44+
github-token: ${{ secrets.NIO_BOT_TOKEN }}
4545
git-user-name: GitHub Actions
4646
git-user-email: [email protected]
4747
version-file: package.json,package-lock.json

0 commit comments

Comments
 (0)