feat: restore template vars for GitHub App customization #1
Reference in New Issue
Block a user
Delete Branch "feat/restore-template-vars"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Restores template variable support for the release workflow, allowing consumers to override GitHub App credentials via
template-vars.All three upstream blockers are now resolved:
${{ }}GHA expression collision fix (0.28.3)Requires common-repo ≥ 0.28.4.
Template Variables
GH_APP_ID_VARCHRISTMAS_ISLAND_APP_IDGH_APP_KEY_SECRETCHRISTMAS_ISLAND_PRIVATE_KEYGH_APP_OWNERchristmas-islandConsumer Override Example
Testing
Verified with common-repo 0.28.4:
${{ vars.CHRISTMAS_ISLAND_APP_ID }}${{ vars.MY_CUSTOM_APP_ID }}${{ }}expressions preserved untouched