Skip to content

docs: rewrite README with setup guides and clearer intro #5

docs: rewrite README with setup guides and clearer intro

docs: rewrite README with setup guides and clearer intro #5

Workflow file for this run

name: Release
on:
push:
branches: [main]
permissions:
contents: write
pull-requests: read
jobs:
release:
uses: photon-hq/buildspace/.github/workflows/typescript-service-release.yaml@main
with:
service-name: whatsapp-business
build-command: bun run build
release: true
dry-run: false
secrets: inherit