Skip to content

Commit dd4a5d9

Browse files
committed
ci: 支持 PAT 自动触发 tag 构建
1 parent 1249a61 commit dd4a5d9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- uses: actions/checkout@v4
2525
with:
2626
fetch-depth: 0
27+
token: ${{ secrets.RELEASE_TOKEN || secrets.GITHUB_TOKEN }}
2728

2829
- uses: pnpm/action-setup@v4
2930

0 commit comments

Comments
 (0)