-
Notifications
You must be signed in to change notification settings - Fork 204
Replace tibdex/github-app-token with actions/create-github-app-token #10062
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. |
|
This pull request does not have a backport label. Could you fix it @Copilot? 🙏
|
Co-authored-by: v1v <2871786+v1v@users.noreply.github.com>
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
|
@v1v What should we do with that PR? |
|
buildkite test this |
|
buildkite test this |
💚 Build Succeeded
History
cc @v1v @Copilot |
…10062) * Initial plan * Replace tibdex/github-app-token with actions/create-github-app-token Co-authored-by: v1v <2871786+v1v@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: v1v <2871786+v1v@users.noreply.github.com> Co-authored-by: Francisco Ramon <francisco.ramon@elastic.co> (cherry picked from commit 7d94314)
…10062) * Initial plan * Replace tibdex/github-app-token with actions/create-github-app-token Co-authored-by: v1v <2871786+v1v@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: v1v <2871786+v1v@users.noreply.github.com> Co-authored-by: Francisco Ramon <francisco.ramon@elastic.co> (cherry picked from commit 7d94314)
…10062) * Initial plan * Replace tibdex/github-app-token with actions/create-github-app-token Co-authored-by: v1v <2871786+v1v@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: v1v <2871786+v1v@users.noreply.github.com> Co-authored-by: Francisco Ramon <francisco.ramon@elastic.co> (cherry picked from commit 7d94314)
…10062) * Initial plan * Replace tibdex/github-app-token with actions/create-github-app-token Co-authored-by: v1v <2871786+v1v@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: v1v <2871786+v1v@users.noreply.github.com> Co-authored-by: Francisco Ramon <francisco.ramon@elastic.co> (cherry picked from commit 7d94314)
Replace tibdex/github-app-token with actions/create-github-app-token
This PR addresses issue #10061 by replacing the archived
tibdex/github-app-tokenaction withactions/create-github-app-token.Completed:
tibdex/github-app-tokenin the repository.github/workflows/serverless-project.ymltibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73awithactions/create-github-app-token@v2app_idtoapp-idprivate_keytoprivate-keypermission-checks: readpermission-contents: writepermission-pull-requests: write["observability-test-environments"]to YAML list format${{ steps.get_token.outputs.token }})Files modified:
.github/workflows/serverless-project.yml- Updated GitHub App token generation stepValidation performed:
tibdex/github-app-tokenremainThe replacement follows the exact pattern provided in the issue description and maintains full functionality while using the supported
actions/create-github-app-tokenaction.Fixes #10061.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.