Skip to content

fix(ci): use client-id for create-github-app-token v3#148

Merged
benminer merged 1 commit into
mainfrom
feature/fix-gh-app-token-v3
Apr 14, 2026
Merged

fix(ci): use client-id for create-github-app-token v3#148
benminer merged 1 commit into
mainfrom
feature/fix-gh-app-token-v3

Conversation

@benminer
Copy link
Copy Markdown
Collaborator

Summary

The recent Dependabot bump of actions/create-github-app-token from v2 to v3 (#139) broke the release and regenerate-schemas workflows. v3 renamed the app-id input to client-id and requires the GitHub App's Client ID instead of the numeric App ID.

  • Updates release.yml and regenerate-schemas.yml to use client-id with the new SCOPE3_WIZARD_CLIENT_ID org variable.

Test plan

  • Verify CI passes on this PR
  • Merge to main and confirm the release workflow triggers successfully

The v3 action renamed `app-id` to `client-id` and requires the GitHub
App's Client ID instead of the numeric App ID. Update both workflows
to use the new `SCOPE3_WIZARD_CLIENT_ID` org variable.
@benminer benminer requested a review from a team April 14, 2026 15:23
@benminer benminer merged commit c0086ed into main Apr 14, 2026
6 checks passed
@benminer benminer deleted the feature/fix-gh-app-token-v3 branch April 14, 2026 15:43
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.

2 participants