diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml new file mode 100644 index 0000000..8155d79 --- /dev/null +++ b/.github/workflows/cd.yaml @@ -0,0 +1,20 @@ +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: + node-version: "20" + pnpm-version: "9" + app-id: app-BaamQ + skip-node-setup: false \ No newline at end of file