mirror of
https://github.com/halo-dev/plugin-s3.git
synced 2026-01-14 03:01:47 +08:00
20 lines
336 B
YAML
20 lines
336 B
YAML
name: CD
|
|
|
|
on:
|
|
release:
|
|
types:
|
|
- published
|
|
|
|
jobs:
|
|
cd:
|
|
uses: halo-sigs/reusable-workflows/.github/workflows/plugin-cd.yaml@v3
|
|
secrets:
|
|
halo-pat: ${{ secrets.HALO_PAT }}
|
|
permissions:
|
|
contents: write
|
|
with:
|
|
app-id: app-Qxhpp
|
|
pnpm-version: 9
|
|
node-version: 22
|
|
java-version: 21
|