Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Sep 19, 2025

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

The action tibdex/github-app-token is archived, so this PR replaces it with the equivalent functionality using actions/create-github-app-token.

Changes Made

  • Identified Usage: Found one instance of tibdex/github-app-token in .github/workflows/add-to-project.yaml
  • Replaced Action: Updated to use actions/create-github-app-token@v1.11.1
  • Updated Configuration:
    • Changed app_id to app-id
    • Changed private_key to private-key
    • Converted JSON permissions format to individual permission-* fields (permission-organization-projects: write, permission-issues: read)

Files Modified

  • .github/workflows/add-to-project.yaml - Replaced the token generation step

The workflow maintains the same functionality while using the non-archived action. The configuration follows the new action's parameter format while preserving all original permissions and functionality.

Fixes #707.


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

Copilot AI assigned Copilot and v1v Sep 19, 2025
Copy link
Contributor 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.

@v1v
Copy link
Member

v1v commented Sep 19, 2025

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

Copy link
Contributor Author

Copilot AI commented Sep 19, 2025

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

Done! I've completed the replacement of tibdex/github-app-token with actions/create-github-app-token and removed the WIP status. The PR is now ready for review.

Changes made in commit 1cfd752:

  • Replaced the archived action with actions/create-github-app-token@v1.11.1
  • Updated parameter format (app_idapp-id, private_keyprivate-key)
  • Converted JSON permissions to individual permission fields
  • Updated PR description to remove WIP status

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/actions/create-github-app-token/releases/latest
    • Triggering command: curl -s REDACTED (http block)

If you need me to access, download, or install something from one of these locations, you can either:

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
@v1v v1v marked this pull request as ready for review September 22, 2025 10:21
@v1v v1v requested a review from a team as a code owner September 22, 2025 10:21
@v1v v1v requested a review from a team September 22, 2025 10:21
@v1v v1v enabled auto-merge (squash) September 22, 2025 10:21
Copy link
Contributor

@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

Copilot AI and others added 3 commits September 22, 2025 15:17
Signed-off-by: Victor Martinez <VictorMartinezRubio@gmail.com>
Co-authored-by: v1v <2871786+v1v@users.noreply.github.com>
Signed-off-by: Victor Martinez <VictorMartinezRubio@gmail.com>
Signed-off-by: Victor Martinez <VictorMartinezRubio@gmail.com>
@v1v v1v merged commit 576517f into main Sep 22, 2025
6 checks passed
@v1v v1v deleted the copilot/fix-707 branch September 22, 2025 13:20
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