diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-11-29 13:08:04 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2025-11-29 14:55:02 +0000 |
| commit | 335a84bb59377371ecb2e6dc9702ce572d2e6cc6 (patch) | |
| tree | eb4585fa43e29a996bec8174447171c1c2989c1a /.github/workflows/opencode.yml | |
| parent | 86a4b3966504507afd6c3adbb6a1246cafd39d83 (diff) | |
| download | karakeep-335a84bb59377371ecb2e6dc9702ce572d2e6cc6.tar.zst | |
build: switch npm to trusted publishing
Diffstat (limited to '.github/workflows/opencode.yml')
| -rw-r--r-- | .github/workflows/opencode.yml | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/.github/workflows/opencode.yml b/.github/workflows/opencode.yml deleted file mode 100644 index d7728415..00000000 --- a/.github/workflows/opencode.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: opencode - -on: - issue_comment: - types: [created] - -jobs: - opencode: - if: | - github.actor == 'MohamedBassem' && ( - contains(github.event.comment.body, '/oc') || - contains(github.event.comment.body, '/opencode') - ) - runs-on: ubuntu-latest - permissions: - contents: read - id-token: write - steps: - - name: Checkout repository - uses: actions/checkout@v4 - with: - fetch-depth: 1 - - - name: Run opencode - uses: sst/opencode/github@latest - env: - OPENROUTER_API_KEY: ${{ secrets.OPENROUTER_API_KEY }} - with: - model: openrouter/moonshotai/kimi-k2 |
