Skip to content

Migrate to actions/create-github-app-token#146

Merged
leighmcculloch merged 2 commits intomainfrom
migrate-to-github-app-token-action
Jan 8, 2026
Merged

Migrate to actions/create-github-app-token#146
leighmcculloch merged 2 commits intomainfrom
migrate-to-github-app-token-action

Conversation

@leighmcculloch
Copy link
Member

What

Replace tibdex/github-app-token@v1 with actions/create-github-app-token@v1 in the CompletedSprint workflow.

Why

The tibdex action is archived and its README directs users to migrate to the official GitHub action.

Close stellar/actions#93

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR migrates from the archived tibdex/github-app-token@v1 action to the official actions/create-github-app-token@v1 action in the CompletedSprint workflow, as the tibdex action is no longer maintained and redirects users to the official GitHub action.

  • Updates the GitHub App token generation action to use the official GitHub action
  • Maintains the same workflow functionality for updating completed sprint fields on issue closure

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 17 to 18
app_id: ${{ secrets.GH_PROJECT_MANAGEMENT_APP_ID }}
private_key: ${{ secrets.GH_PROJECT_MANAGEMENT_APP_PEM }}
Copy link

Copilot AI Jan 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The official GitHub action actions/create-github-app-token@v1 uses hyphenated parameter names. The input parameters should be app-id and private-key (with hyphens) instead of app_id and private_key (with underscores). The current parameter names were correct for the tibdex action but are incompatible with the official action.

Suggested change
app_id: ${{ secrets.GH_PROJECT_MANAGEMENT_APP_ID }}
private_key: ${{ secrets.GH_PROJECT_MANAGEMENT_APP_PEM }}
app-id: ${{ secrets.GH_PROJECT_MANAGEMENT_APP_ID }}
private-key: ${{ secrets.GH_PROJECT_MANAGEMENT_APP_PEM }}

Copilot uses AI. Check for mistakes.
@leighmcculloch leighmcculloch requested a review from a team January 8, 2026 02:18
@leighmcculloch leighmcculloch merged commit 14d8a29 into main Jan 8, 2026
2 checks passed
@leighmcculloch leighmcculloch deleted the migrate-to-github-app-token-action branch January 8, 2026 02:21
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.

Migrate from tibdex/github-app-token to actions/create-github-app-token

2 participants