feat: regenerate sdk

This commit is contained in:
Catriel Müller
2026-02-10 17:38:04 -03:00
parent c11d3e95d5
commit 06b547a392
2 changed files with 6 additions and 10 deletions
-3
View File
@@ -16,9 +16,6 @@ permissions:
jobs:
build:
# kilocode_change start - disabled for kilo-cli fork (OpenCode infrastructure deployment)
if: false
# kilocode_change end
runs-on: blacksmith-4vcpu-ubuntu-2404
env:
REGISTRY: ghcr.io/${{ github.repository_owner }}
+6 -7
View File
@@ -7,9 +7,6 @@ on:
jobs:
generate:
# kilocode_change start - disabled for kilo-cli fork (OpenCode Discord integration)
if: false
# kilocode_change end
runs-on: blacksmith-4vcpu-ubuntu-2404
permissions:
contents: write
@@ -21,12 +18,14 @@ jobs:
- name: Setup Bun
uses: ./.github/actions/setup-bun
- name: Setup git committer
id: committer
- name: Setup Git Committer
id: setup-git-committer
uses: ./.github/actions/setup-git-committer
with:
opencode-app-id: ${{ vars.OPENCODE_APP_ID }}
opencode-app-secret: ${{ secrets.OPENCODE_APP_SECRET }}
# kilocode_change start
kilo-maintainer-app-id: ${{ secrets.KILO_MAINTAINER_APP_ID }}
kilo-maintainer-app-secret: ${{ secrets.KILO_MAINTAINER_APP_SECRET }}
# kilocode_change end
- name: Generate
run: ./script/generate.ts