Replace tibdex/github-app-token with actions/create-github-app-token#2432
Replace tibdex/github-app-token with actions/create-github-app-token#2432
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. |
Co-authored-by: v1v <2871786+v1v@users.noreply.github.com>
|
@copilot finish the PR, it's still marked as WIP in the description |
The PR is complete! All |
The
tibdex/github-app-tokenaction has been archived and is no longer maintained. This PR replaces it with the officialactions/create-github-app-tokenaction in all GitHub workflows.Changes Made
Updated
.github/workflows/labeler.yml:tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73awithactions/create-github-app-token@v2app_id→app-id,private_key→private-keyUpdated
.github/workflows/updatecli.yml:tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73awithactions/create-github-app-token@v2app_id→app-id,private_key→private-keyThe token outputs (
steps.get_token.outputs.token) remain unchanged and continue to work with the new action. All functionality is preserved while migrating to the supported action.Fixes #2431.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.