Skip to content

fix(release): add owner parameter to GitHub App token generation - #401

Merged
baleen37 merged 4 commits into
mainfrom
fix/ci3
Feb 5, 2026
Merged

fix(release): add owner parameter to GitHub App token generation#401
baleen37 merged 4 commits into
mainfrom
fix/ci3

Conversation

@baleen37

@baleen37 baleen37 commented Feb 5, 2026

Copy link
Copy Markdown
Owner

This fixes the 'Integration not found' error by adding the owner parameter to the GitHub App token generation step.

Problem

The workflow was calling /repos/baleen37/claude-plugins/installation (repository-level) instead of /users/baleen37/installation (user-level).

Solution

Add owner: ${{ github.repository_owner }} to tell the action to use the user-level installation where 'All repositories' access is configured.

This commit tests if the GitHub App 'baleen Release app' can successfully
authenticate and create releases via semantic-release.
Second test to verify GitHub App installation is working.
This fixes the 'Integration not found' error by specifying the owner
parameter, which tells the action to use the user-level installation
instead of looking for a non-existent repository-level installation.
@coderabbitai

coderabbitai Bot commented Feb 5, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@baleen37 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 3 minutes and 5 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/ci3

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@baleen37
baleen37 merged commit b910a20 into main Feb 5, 2026
5 checks passed
@baleen37
baleen37 deleted the fix/ci3 branch February 5, 2026 01:37
baleen-release-app Bot pushed a commit that referenced this pull request Feb 5, 2026
# [5.0.0](v4.3.0...v5.0.0) (2026-02-05)

### Bug Fixes

* **ci:** disable strict status checks to allow semantic-release commits ([7b296a4](7b296a4))
* **ci:** merge Release workflow into CI workflow with proper dependency ([906673e](906673e))
* **ci:** trigger CI on release-please PRs using workflow_run ([33ff7d3](33ff7d3))
* **ci:** update bats-action to latest commit ([106b1f3](106b1f3))
* **ci:** update branch protection to match GitHub Actions status check format ([13efcf5](13efcf5))
* **ci:** use full commit SHA for bats-action ([9a70f52](9a70f52))
* **commands:** correct sdd command skill reference ([#403](#403)) ([a4db99c](a4db99c))
* enable glob pattern for plugin.json version updates ([86fd628](86fd628))
* **handoff:** output notification to stderr to exclude from LLM context ([463bb08](463bb08))
* **marketplace:** remove databricks plugin reference ([f0bc6b8](f0bc6b8))
* **ralph-loop:** fix hooks matcher and stdin handling ([326a570](326a570))
* **release:** add owner parameter to GitHub App token generation ([#401](#401)) ([b910a20](b910a20))
* **release:** remove GitHub App token generation ([ced7b17](ced7b17))
* **release:** restore GitHub App token generation ([45dd490](45dd490))
* **release:** use GitHub App token with Administration permission ([4077ecd](4077ecd))
* **release:** use GitHub App token with Administration permission ([#411](#411)) ([e6b1e9c](e6b1e9c))
* **release:** use GITHUB_TOKEN directly with github-actions[bot] bypass ([c7b517c](c7b517c))
* **release:** use GITHUB_TOKEN instead of custom GitHub App ([76a2a00](76a2a00))
* **release:** use secrets.GITHUB_TOKEN directly ([a2aaf50](a2aaf50))
* set release-please manifest to start from 4.3.0 ([#377](#377)) ([23a6cba](23a6cba))

### Features

* **bash-lsp:** add Bash Language Server plugin ([#394](#394)) ([7770f3d](7770f3d))
* **ci:** replace release-please with semantic-release ([35d346f](35d346f))
* **conversation-memory:** add automatic npm install when node_modules missing ([db55514](db55514))
* **conversation-memory:** add file-based logging system ([81f65bd](81f65bd))
* **conversation-memory:** add marked dependency for markdown rendering ([1887174](1887174))
* **conversation-memory:** improve MCP installation error handling ([#373](#373)) ([16eb7b7](16eb7b7))
* **conversation-memory:** reduce token usage in summarization ([d921bc7](d921bc7))
* **conversation-memory:** reduce token usage in summarization ([b3a245b](b3a245b))
* **databricks-devtools:** add Databricks CLI wrapper plugin ([#408](#408)) ([7baf422](7baf422))
* **handoff:** add session handoff plugin for context transfer ([#374](#374)) ([35cfb0c](35cfb0c))
* **lsp-support:** add Kotlin, Lua, Nix LSP servers, merge bash-lsp ([8f1ee4f](8f1ee4f))
* **me:** add commit skill ([8d0cf1c](8d0cf1c))
* **me:** add tdd and spawn commands ([#371](#371)) ([9af9bbe](9af9bbe))
* migrate from semantic-release to Release Please ([#375](#375)) ([d20c736](d20c736))
* **release-please:** add auto-merge for release PRs ([cef4678](cef4678))
* **test-helpers:** extract shared BATS helpers to @baleen/bats-helpers package ([19f2a62](19f2a62))
* **tests:** run plugin tests in parallel using background processes ([04be773](04be773))

### Performance Improvements

* **tests:** add caching to improve test execution speed ([9bbee5b](9bbee5b))

### BREAKING CHANGES

* Release workflow now requires merging Release Please PRs
instead of automatic releases on push to main.

Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant