refactor(ci): adopt create-github-app-token client-id + rename CI_APP_ID → CI_APP_CLIENT_ID#42
Merged
Merged
Conversation
Follow the action's deprecation of `app-id` in favor of `client-id` in the claude-* and release workflows. `CI_APP_ID` now holds the App's **Client ID** (the Iv…-style string), not the numeric App ID; security.md updated. Pairs with harmon-init #148. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
With the workflows on the client-id input (this PR), the value is the App's Client ID, not the numeric App ID -- rename the Actions variable to CI_APP_CLIENT_ID across workflows, docs, status.sh, and the standardize-repo skill (the canonical copy). CI_APP_PRIVATE_KEY (the secret) keeps its name. Mirrors evanharmon1/harmon-init#148. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…hecklist Two value placeholders still said "App ID"/<app-id> while the variable is CI_APP_CLIENT_ID — the value is the App's Client ID. Fixes the gh-variable-set example and the "note the App ID" step to reference the Client ID. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follows
actions/create-github-app-token's deprecation ofapp-idin favor ofclient-id, in the claude-* and release workflows.CI_APP_IDnow holds the App's Client ID (theIv…-style string from the App settings page), not the numeric App ID;docs/architecture/security.mdupdated to match.When provisioning / already using the
evanharmon1-ciApp, setCI_APP_IDto the App's Client ID.Pairs with the template change in evanharmon1/harmon-init#148 (and sommerlawn/sommerlawn-web#387). actionlint + markdownlint clean.
🤖 Generated with Claude Code