Skip to content

Commit

Permalink
ci(release-it): fix release github token for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
axi92 committed Aug 22, 2024
1 parent 143872b commit 425ad0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ jobs:
- name: Run release-it
run: npx release-it ${{ github.event.inputs.input_version }} --ci
env:
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
BOT_GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
3 changes: 2 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"release": true,
"assets": [
"*.tgz"
]
],
"tokenRef": "BOT_GITHUB_TOKEN"
},
"plugins": {
"@release-it/conventional-changelog": {
Expand Down

0 comments on commit 425ad0a

Please sign in to comment.