pull/11343/head
parent
a530c1b5b6
commit
abb87eac8f
|
|
@ -23,12 +23,14 @@ jobs:
|
||||||
- name: Setup Bun
|
- name: Setup Bun
|
||||||
uses: ./.github/actions/setup-bun
|
uses: ./.github/actions/setup-bun
|
||||||
|
|
||||||
- name: Configure Git
|
- name: Setup Git Committer
|
||||||
run: |
|
id: setup-git-committer
|
||||||
git config user.name "github-actions[bot]"
|
uses: ./.github/actions/setup-git-committer
|
||||||
git config user.email "github-actions[bot]@users.noreply.github.com"
|
with:
|
||||||
|
opencode-app-id: ${{ secrets.OPENCODE_APP_ID }}
|
||||||
|
opencode-app-secret: ${{ secrets.OPENCODE_APP_SECRET }}
|
||||||
|
|
||||||
- name: Sync beta branch
|
- name: Sync beta branch
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ steps.setup-git-committer.outputs.token }}
|
||||||
run: bun script/beta.ts
|
run: bun script/beta.ts
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue