| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,12 +23,14 @@ jobs: | |||
| 23 | 23 | - name: Setup Bun | |
| 24 | 24 | uses: ./.github/actions/setup-bun | |
| 25 | 25 | ||
| 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 }} | ||
| 30 | 32 | ||
| 31 | 33 | - name: Sync beta branch | |
| 32 | 34 | env: | |
| 33 | - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
| 35 | + GH_TOKEN: ${{ steps.setup-git-committer.outputs.token }} | ||
| 34 | 36 | run: bun script/beta.ts | |
| Back | FazBrowse Home | New Git URL |
0 commit comments