Skip to content

fix: use client-id instead of deprecated app-id for GitHub App token#15

Merged
BYK merged 1 commit into
mainfrom
byk/fix/app-token-client-id
May 22, 2026
Merged

fix: use client-id instead of deprecated app-id for GitHub App token#15
BYK merged 1 commit into
mainfrom
byk/fix/app-token-client-id

Conversation

@BYK
Copy link
Copy Markdown
Owner

@BYK BYK commented May 22, 2026

The app-id input on actions/create-github-app-token@v3 is deprecated in favor of client-id. This change:

  • Renames app-id to client-id in both release.yml and publish.yml
  • Updates the variable reference from vars.APP_ID to vars.APP_CLIENT_ID

Action required: Rename the repo variable from APP_ID to APP_CLIENT_ID in Settings → Secrets and variables → Actions → Variables (ensure the value is the app's Client ID, not the numeric App ID).

actions/create-github-app-token@v3 deprecated the 'app-id' input in
favor of 'client-id'. Also renames the repo variable from APP_ID to
APP_CLIENT_ID for clarity.
@BYK BYK merged commit af81980 into main May 22, 2026
5 checks passed
@BYK BYK deleted the byk/fix/app-token-client-id branch May 22, 2026 20:34
@craft-deployer craft-deployer Bot mentioned this pull request May 24, 2026
2 tasks
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