FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ci · lightsofapollo/opencode@abb87ea · GitHub

Commit abb87ea

Browse files
committed
ci
1 parent a530c1b commit abb87ea

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

‎.github/workflows/beta.yml‎

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,14 @@ jobs:
2323
- name: Setup Bun
2424
uses: ./.github/actions/setup-bun
2525

26-
- name: Configure Git
27-
run: |
28-
git config user.name "github-actions[bot]"
29-
git config user.email "github-actions[bot]@users.noreply.github.com"
26+
- name: Setup Git Committer
27+
id: setup-git-committer
28+
uses: ./.github/actions/setup-git-committer
29+
with:
30+
opencode-app-id: ${{ secrets.OPENCODE_APP_ID }}
31+
opencode-app-secret: ${{ secrets.OPENCODE_APP_SECRET }}
3032

3133
- name: Sync beta branch
3234
env:
33-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35+
GH_TOKEN: ${{ steps.setup-git-committer.outputs.token }}
3436
run: bun script/beta.ts

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL