Skip to content

Commit

Permalink
Update Bot Token
Browse files Browse the repository at this point in the history
  • Loading branch information
mgagliardo91 authored Oct 28, 2024
1 parent 7adc1b9 commit 202c867
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: TriPSs/conventional-changelog-action@v3
id: version
with:
github-token: ${{ secrets.NIO_BOT_TOKEN }}
github-token: ${{ secrets.NIO_BOT_TOKEN_ORG }}
git-user-name: GitHub Actions
git-user-email: [email protected]
version-file: package.json,package-lock.json
Expand All @@ -55,7 +55,7 @@ jobs:
uses: ncipollo/release-action@v1
if: ${{ steps.version.outputs.skipped == 'false' }}
with:
token: ${{ secrets.NIO_BOT_TOKEN }}
token: ${{ secrets.NIO_BOT_TOKEN_ORG }}
tag: ${{ steps.version.outputs.tag }}
name: ${{ steps.version.outputs.tag }}
body: ${{ steps.version.outputs.clean_changelog }}
Expand Down

0 comments on commit 202c867

Please sign in to comment.