mirror of
https://github.com/yanhao98/semantic-release-action-example.git
synced 2026-05-16 14:50:33 +08:00
feat: 添加 GitHub 令牌到 CI 配置以支持发布流程
This commit is contained in:
@@ -23,6 +23,7 @@ jobs:
|
||||
id: semantic
|
||||
env:
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
after-release:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user