ci(ci): update workflow script paths and add API deployment job

This commit is contained in:
Prad Nukala
2026-08-25 11:19:22 -04:00
parent a3431da300
commit 8f62875fa7
3 changed files with 29 additions and 5 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
- uses: oven-sh/setup-bun@v2
# No install step: the script only uses Bun builtins + fetch.
- run: bun scripts/close-topics.ts
- run: bun apps/cli/close-topics.ts
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DRY_RUN: ${{ inputs.dry_run }}