This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user