feat: 添加 GitHub 令牌到 CI 配置以支持发布流程

This commit is contained in:
严浩
2024-10-11 16:30:14 +08:00
parent 88d6bccac3
commit 177eee0ce6
2 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,7 @@ jobs:
id: semantic
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
after-release:
runs-on: ubuntu-latest