mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 13:39:52 +00:00
ci
This commit is contained in:
parent
b28891473f
commit
b109ab7830
3 changed files with 6 additions and 4 deletions
1
.github/workflows/generate.yml
vendored
1
.github/workflows/generate.yml
vendored
|
|
@ -25,6 +25,7 @@ jobs:
|
|||
uses: ./.github/actions/setup-bun
|
||||
|
||||
- name: Setup git committer
|
||||
id: committer
|
||||
uses: ./.github/actions/setup-git-committer
|
||||
with:
|
||||
opencode-app-id: ${{ vars.OPENCODE_APP_ID }}
|
||||
|
|
|
|||
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
|
@ -242,10 +242,6 @@ jobs:
|
|||
opencode-app-id: ${{ vars.OPENCODE_APP_ID }}
|
||||
opencode-app-secret: ${{ secrets.OPENCODE_APP_SECRET }}
|
||||
|
||||
- name: Setup Git remote
|
||||
run: |
|
||||
git remote set-url origin https://x-access-token:${{ steps.committer.outputs.token }}@github.com/${{ github.repository }}
|
||||
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: opencode-cli
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue