From bb4defe5e69aac4e85a5af62a4a2d0745ab39fd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Catriel=20M=C3=BCller?= Date: Fri, 27 Feb 2026 11:01:43 -0300 Subject: [PATCH 1/2] fix(ci): add GH_REPO env var to publish workflow steps --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a7ea159d35..70ce116ba3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -50,6 +50,7 @@ jobs: ./script/version.ts env: GH_TOKEN: ${{ github.token }} + GH_REPO: ${{ github.repository }} KILO_BUMP: ${{ inputs.bump }} KILO_VERSION: ${{ inputs.version }} KILO_API_KEY: ${{ secrets.KILO_API_KEY }} @@ -312,6 +313,7 @@ jobs: env: KILO_VERSION: ${{ needs.version.outputs.version }} KILO_RELEASE: ${{ needs.version.outputs.release }} + GH_REPO: ${{ github.repository }} AUR_KEY: ${{ secrets.AUR_KEY }} GITHUB_TOKEN: ${{ steps.committer.outputs.token }} NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} From d38376c84bed847a718f8bb24335b589c9450aad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Catriel=20M=C3=BCller?= Date: Fri, 27 Feb 2026 11:09:00 -0300 Subject: [PATCH 2/2] fix: fix publish version script env --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 70ce116ba3..178b6ba582 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -79,6 +79,7 @@ jobs: KILO_VERSION: ${{ needs.version.outputs.version }} KILO_RELEASE: ${{ needs.version.outputs.release }} GH_TOKEN: ${{ github.token }} + GH_REPO: ${{ github.repository }} - uses: actions/upload-artifact@v4 with: @@ -116,6 +117,7 @@ jobs: env: CLI_DIST_DIR: ../../packages/opencode/dist KILO_VERSION: ${{ needs.build-cli.outputs.version }} + GH_REPO: ${{ github.repository }} - uses: actions/upload-artifact@v4 with: