Skip to content

chore(tag-release): replace deprecated app-id input with client-id#38

Merged
j7an merged 1 commit intomainfrom
chore/34-replace-deprecated-app-id
Apr 16, 2026
Merged

chore(tag-release): replace deprecated app-id input with client-id#38
j7an merged 1 commit intomainfrom
chore/34-replace-deprecated-app-id

Conversation

@j7an
Copy link
Copy Markdown
Owner

@j7an j7an commented Apr 16, 2026

Summary

  • Renames the deprecated app-id input to client-id on the actions/create-github-app-token@v3.1.1 step in tag-release.yml
  • The existing vars.RELEASE_BOT_APP_ID value works unchanged — no secret rotation needed
  • Eliminates the ##[warning]Input 'app-id' has been deprecated noise on every release run

Fixes #34

Test plan

  • Trigger a tag-release run and verify the "Mint release-bot token" step completes without the deprecation warning
  • Confirm the minted token still has the expected permissions (release pipeline tags and publishes successfully)

`actions/create-github-app-token` renamed `app-id` to `client-id`;
the old key is a deprecation shim that emits a warning on every run.
The existing `vars.RELEASE_BOT_APP_ID` value works unchanged.

Fixes #34
@j7an j7an merged commit 68f947a into main Apr 16, 2026
7 checks passed
@j7an j7an deleted the chore/34-replace-deprecated-app-id branch April 16, 2026 03:23
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.

chore(tag-release): replace deprecated app-id input with client-id on create-github-app-token

1 participant