Skip to content

Conversation

Copilot
Copy link

@Copilot Copilot AI commented Sep 19, 2025

The tibdex/github-app-token action has been archived and is no longer maintained. This PR replaces it with the officially supported actions/create-github-app-token@v2 action to ensure continued functionality and security updates.

Changes

Updated .github/workflows/update-specs.yml to use the new action with the following changes:

  • Action: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73aactions/create-github-app-token@v2
  • Parameters: Updated to use kebab-case format:
    • app_idapp-id
    • private_keyprivate-key
  • Permissions: Converted from JSON object format to individual permission parameters:
    • permission-contents: write
    • permission-pull-requests: write

The workflow functionality remains identical - it will continue to generate GitHub App tokens with the same permissions and output them via steps.get_token.outputs.token for use in subsequent steps.

Verification

  • ✅ YAML syntax validation passed
  • ✅ Confirmed no remaining references to tibdex in the repository
  • ✅ Verified token output references remain valid
  • ✅ All changes committed and tested

Fixes #87.


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

@Copilot Copilot AI assigned Copilot and v1v Sep 19, 2025
Copy link
Author

Copilot AI commented Sep 19, 2025

@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 update-specs.yml

Co-authored-by: v1v <2871786+v1v@users.noreply.github.com>
@Copilot Copilot AI changed the title [WIP] Replace tibdex/github-app-token with actions/create-github-app-token Replace tibdex/github-app-token with actions/create-github-app-token Sep 19, 2025
@Copilot Copilot AI requested a review from v1v September 19, 2025 15:24
Copilot finished work on behalf of v1v September 19, 2025 15:24
@v1v
Copy link
Member

v1v commented Sep 19, 2025

@copilot finish the PR, it's still marked as WIP in the description

Copy link
Author

Copilot AI commented Sep 19, 2025

@copilot finish the PR, it's still marked as WIP in the description

PR is now finalized and ready for review. Removed WIP status and completed the description. The replacement of tibdex/github-app-token with actions/create-github-app-token@v2 has been implemented and tested. Commit: 863356e

@v1v v1v marked this pull request as ready for review September 22, 2025 10:11
@v1v v1v requested review from a team September 22, 2025 10:11
@v1v v1v enabled auto-merge (squash) September 22, 2025 10:14
Copy link

@fr4nc1sc0-r4m0n fr4nc1sc0-r4m0n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@v1v v1v requested a review from a team September 23, 2025 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace tibdex/github-app-token with actions/create-github-app-token

3 participants