From c727711e659fe4d494948e705a3c355b3a150be1 Mon Sep 17 00:00:00 2001 From: yan Date: Sat, 7 Mar 2026 02:30:04 -0500 Subject: [PATCH] enroll parseaple into buildspace --- .github/workflows/release.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/release.yaml diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml new file mode 100644 index 0000000..1bfaf35 --- /dev/null +++ b/.github/workflows/release.yaml @@ -0,0 +1,23 @@ +name: Release + +on: + push: + branches: [main] + +jobs: + release: + uses: photon-hq/buildspace/.github/workflows/typescript-monorepo-release.yaml@main + permissions: + contents: write + pull-requests: read + with: + service-name: parseaple + packages: | + [ + {"name":"@parseaple/bplist","path":"packages/bplist"}, + {"name":"@parseaple/typedstream","path":"packages/typedstream"} + ] + include-dependents: true + secrets: + OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} + NPM_TOKEN: ${{ secrets.NPM_TOKEN }}