ci: trigger publish workflow after beta sync

pull/11205/head
Dax Raad 2026-01-29 16:16:36 -05:00
parent 6cc739701b
commit 735369b2ed
1 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,7 @@ jobs:
permissions:
contents: write
pull-requests: read
actions: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
@ -32,3 +33,8 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: bun script/beta.ts
- name: Trigger publish workflow
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh workflow run publish.yml --ref beta