-
Notifications
You must be signed in to change notification settings - Fork 139
Replace tibdex/github-app-token with actions/create-github-app-token #1593
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
base: main
Are you sure you want to change the base?
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 workflows Co-authored-by: v1v <[email protected]>
@copilot finish the PR, it's still marked as WIP in the description |
The PR is complete and ready for merge. All |
.github/workflows/addToProject.yml
Outdated
- name: Get token | ||
id: get_token | ||
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0 | ||
uses: actions/create-github-app-token@v1 |
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.
@copilot use v2
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.
Updated to use actions/create-github-app-token@v2 in commit 908f673.
.github/workflows/updatecli.yml
Outdated
- name: Get token | ||
id: get_token | ||
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0 | ||
uses: actions/create-github-app-token@v1 |
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.
@copilot use v2
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.
Updated to use actions/create-github-app-token@v2 in commit 908f673.
Co-authored-by: v1v <[email protected]>
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-token
action has been archived and is no longer maintained. This PR migrates to the officialactions/create-github-app-token
action which provides the same functionality.Changes Made
Updated Workflows
.github/workflows/addToProject.yml
.github/workflows/updatecli.yml
Migration Details
tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a
→actions/create-github-app-token@v2
app_id
→app-id
,private_key
→private-key
)Before
After
Benefits
The token output mechanism (
${{ steps.get_token.outputs.token }}
) remains unchanged, ensuring seamless compatibility with existing workflows.Fixes #1592.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.