-
Notifications
You must be signed in to change notification settings - Fork 40
Replace tibdex/github-app-token with actions/create-github-app-token #421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@v1v 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs. I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review. |
…in all workflows Co-authored-by: v1v <2871786+v1v@users.noreply.github.com>
|
@copilot finish the PR, it's still marked as WIP in the description |
Done! I've completed the PR and updated the description to clearly show all work is finished. The migration from tibdex/github-app-token to actions/create-github-app-token is complete across all three workflow files with proper validation. |
fr4nc1sc0-r4m0n
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The
tibdex/github-app-tokenaction has been archived and is no longer maintained. This PR replaces it with the officialactions/create-github-app-tokenaction across all GitHub workflows.Changes Made
✅ Updated three workflow files to use the new action:
.github/workflows/create-tag.yml.github/workflows/labeler.yml.github/workflows/updatecli.ymlMigration Details
For each workflow, the following changes were applied:
Action Reference:
tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a→actions/create-github-app-token@v2Parameter Updates:
app_id→app-idprivate_key→private-keyPermissions Format:
permission-*parametersExample transformation:
✅ Validation Completed
tibdex/github-app-tokenfoundactions/create-github-app-token@v2${{ steps.get_token.outputs.token }}) remains unchanged and compatibleThe token output remains unchanged and all existing functionality is preserved. This migration ensures continued compatibility while using the officially maintained GitHub action.
Fixes #420.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.