ci
This commit is contained in:
@@ -30,3 +30,8 @@ runs:
|
|||||||
git config --global user.name "${slug}[bot]"
|
git config --global user.name "${slug}[bot]"
|
||||||
git config --global user.email "${slug}[bot]@users.noreply.github.com"
|
git config --global user.email "${slug}[bot]@users.noreply.github.com"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
- name: Configure git remote
|
||||||
|
run: |
|
||||||
|
git remote set-url origin https://x-access-token:${{ steps.apptoken.outputs.token }}@github.com/${{ github.repository }}
|
||||||
|
shell: bash
|
||||||
|
|||||||
1
.github/workflows/generate.yml
vendored
1
.github/workflows/generate.yml
vendored
@@ -25,6 +25,7 @@ jobs:
|
|||||||
uses: ./.github/actions/setup-bun
|
uses: ./.github/actions/setup-bun
|
||||||
|
|
||||||
- name: Setup git committer
|
- name: Setup git committer
|
||||||
|
id: committer
|
||||||
uses: ./.github/actions/setup-git-committer
|
uses: ./.github/actions/setup-git-committer
|
||||||
with:
|
with:
|
||||||
opencode-app-id: ${{ vars.OPENCODE_APP_ID }}
|
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-id: ${{ vars.OPENCODE_APP_ID }}
|
||||||
opencode-app-secret: ${{ secrets.OPENCODE_APP_SECRET }}
|
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
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: opencode-cli
|
name: opencode-cli
|
||||||
|
|||||||
Reference in New Issue
Block a user