-
Notifications
You must be signed in to change notification settings - Fork 16
Replace tibdex/github-app-token with actions/create-github-app-token #708
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. |
|
@copilot finish the PR, it's still marked as WIP in the description |
Done! I've completed the replacement of Changes made in commit 1cfd752:
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:
If you need me to access, download, or install something from one of these locations, you can either:
|
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
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>
cd216b4 to
baa847b
Compare
Replace tibdex/github-app-token with actions/create-github-app-token
The action
tibdex/github-app-tokenis archived, so this PR replaces it with the equivalent functionality usingactions/create-github-app-token.Changes Made
tibdex/github-app-tokenin.github/workflows/add-to-project.yamlactions/create-github-app-token@v1.11.1app_idtoapp-idprivate_keytoprivate-keypermission-*fields (permission-organization-projects: write,permission-issues: read)Files Modified
.github/workflows/add-to-project.yaml- Replaced the token generation stepThe 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.