Replace tibdex/github-app-token with actions/create-github-app-token#1593
Replace tibdex/github-app-token with actions/create-github-app-token#1593
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 <2871786+v1v@users.noreply.github.com>
|
@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.
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.
Updated to use actions/create-github-app-token@v2 in commit 908f673.
Co-authored-by: v1v <2871786+v1v@users.noreply.github.com>
The
tibdex/github-app-tokenaction has been archived and is no longer maintained. This PR migrates to the officialactions/create-github-app-tokenaction which provides the same functionality.Changes Made
Updated Workflows
.github/workflows/addToProject.yml.github/workflows/updatecli.ymlMigration Details
tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a→actions/create-github-app-token@v2app_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.