diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index d92133ea6a..755feb8e62 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -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