Replace tibdex/github-app-token with actions/create-github-app-token#104
Replace tibdex/github-app-token with actions/create-github-app-token#104
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 workflow files 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 actually complete and ready for review. All changes have been implemented successfully: ✅ Replaced The work is done and the PR is ready to merge. Commit: adaaa6f |
The
tibdex/github-app-tokenaction has been archived and is no longer maintained. This PR replaces it with the officialactions/create-github-app-token@v2action across all GitHub workflows.Changes Made
Updated Workflows
.github/workflows/e2e.yml: Replaced deprecated action and converted permissions format.github/workflows/validate.yaml: Replaced deprecated action and improved step organizationConfiguration Updates
The migration follows the recommended transformation pattern:
Before:
After:
Key Changes
actions/create-github-app-token@v2app_id→app-id,private_key→private-keyAll existing functionality is preserved while using the supported, official GitHub action.
Fixes #103.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.