feat: add scripts for GitHub App Manifest flow#133
Merged
joshjohanning merged 6 commits intomainfrom Oct 21, 2025
Merged
Conversation
- Create Python script to generate JWT for GitHub App authentication. - Add Bash script to create GitHub App from manifest code. - Implement README for GitHub App Manifest scripts with detailed usage instructions. - Introduce slim version of the create GitHub App from manifest script. - Generate HTML form for GitHub App Manifest flow with local server instructions. - Add example HTML form demonstrating the GitHub App Manifest process. - Create main HTML form for GitHub App Manifest with automatic code handling.
📋 Lint Results⚡ ./gh-cli scripts🔧 ./scripts scriptsLint results updated at Tue Oct 21 15:43:33 UTC 2025 |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR introduces scripts and tooling for the GitHub App Manifest flow, enabling programmatic creation of GitHub Apps. The manifest flow streamlines app creation by posting JSON configuration to GitHub and automatically receiving credentials including private keys.
Key changes:
- Added scripts to generate HTML forms and convert manifest codes to app credentials
- Created Python and Bash scripts for JWT generation to authenticate GitHub Apps
- Introduced comprehensive documentation with workflow examples and troubleshooting guidance
Reviewed Changes
Copilot reviewed 9 out of 10 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| scripts/github-app-manifest-scripts/github-app-manifest-form.html | Static HTML form for organization-specific GitHub App creation via manifest flow |
| scripts/github-app-manifest-scripts/github-app-manifest-form-example.html | Example HTML form demonstrating the manifest flow implementation |
| scripts/github-app-manifest-scripts/generate-github-app-manifest-form.sh | Script that generates customized HTML forms for personal or organization accounts |
| scripts/github-app-manifest-scripts/create-github-app-from-manifest.sh | Converts manifest codes to app credentials with comprehensive error handling |
| scripts/github-app-manifest-scripts/create-github-app-from-manifest-slim.sh | Simplified version of the manifest conversion script |
| scripts/github-app-manifest-scripts/README.md | Complete documentation for the manifest flow scripts and workflow |
| scripts/create-app-jwt.sh | Bash script for generating JWTs for GitHub App authentication |
| scripts/README.md | Updated main scripts README with new entries for JWT and manifest scripts |
| gh-cli/github-app-manifest-form.html | Duplicate HTML form in gh-cli directory |
Comments suppressed due to low confidence (1)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.