We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4edd64 commit ddbbdf8Copy full SHA for ddbbdf8
.github/workflows/build.yaml
@@ -41,7 +41,7 @@ jobs:
41
uses: TriPSs/conventional-changelog-action@v5
42
id: version
43
with:
44
- github-token: ${{ secrets.NIO_BOT_TOKEN_ORG }}
+ github-token: ${{ secrets.NIO_BOT_PAT }}
45
git-user-name: GitHub Actions
46
git-user-email: [email protected]
47
version-file: package.json,package-lock.json
@@ -55,7 +55,7 @@ jobs:
55
uses: ncipollo/release-action@v1
56
if: ${{ steps.version.outputs.skipped == 'false' }}
57
58
- token: ${{ secrets.NIO_BOT_TOKEN_ORG }}
+ token: ${{ secrets.NIO_BOT_PAT }}
59
tag: ${{ steps.version.outputs.tag }}
60
name: ${{ steps.version.outputs.tag }}
61
body: ${{ steps.version.outputs.clean_changelog }}
0 commit comments