-
Notifications
You must be signed in to change notification settings - Fork 0
Replace tibdex/github-app-token with actions/create-github-app-token #104
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 workflow files Co-authored-by: v1v <[email protected]>
|
@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 |
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-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.