ci: 补全 CD 应用市场同步配置(halo-pat secret + app-id),修复 Release 后 401
CI / ci (push) Has been cancelled

This commit is contained in:
shirainbown
2026-08-03 15:59:13 +08:00
parent 260e9f9c14
commit ab053957f2
+5
View File
@@ -10,9 +10,14 @@ jobs:
uses: halo-sigs/reusable-workflows/.github/workflows/plugin-cd.yaml@v4 uses: halo-sigs/reusable-workflows/.github/workflows/plugin-cd.yaml@v4
permissions: permissions:
contents: write contents: write
secrets:
# Halo 应用市场个人令牌(GitHub repo secret HALO_PAT,需含版本管理权限)
halo-pat: ${{ secrets.HALO_PAT }}
with: with:
ui-path: "ui" ui-path: "ui"
# 前端产物已提交进仓库,CI 无需安装 Node/pnpm(否则 setup-node 缓存保存会失败) # 前端产物已提交进仓库,CI 无需安装 Node/pnpm(否则 setup-node 缓存保存会失败)
skip-node-setup: true skip-node-setup: true
# 已上架应用市场,Release 发布时自动同步到应用市场 # 已上架应用市场,Release 发布时自动同步到应用市场
skip-appstore-release: false skip-appstore-release: false
# 应用市场应用 ID(开发者中心可见)
app-id: app-e7crrtqx