mirror of
https://github.com/halo-dev/plugin-s3.git
synced 2026-01-14 07:03:32 +08:00
18 lines
328 B
YAML
18 lines
328 B
YAML
name: CD
|
|
|
|
on:
|
|
release:
|
|
types:
|
|
- published
|
|
|
|
jobs:
|
|
cd:
|
|
uses: halo-sigs/reusable-workflows/.github/workflows/plugin-cd.yaml@v1
|
|
secrets:
|
|
halo-username: ${{ secrets.HALO_USERNAME }}
|
|
halo-password: ${{ secrets.HALO_PASSWORD }}
|
|
permissions:
|
|
contents: write
|
|
with:
|
|
app-id: app-Qxhpp
|