actions-marketplace-validations/GitHub app JWT and installation access token generation
Generate a JWT and installation access token for a GitHub app
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 23, 2023
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/jamestrousdale_github-app-jwt-token@3be1ec4108931ed32de7c5b0fa420219fe0b3eba # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| app-id | GitHub app ID (numeric) | yes | — |
| private-key | Private key (PEM) for the GitHub app | yes | — |
| app-installation-id | Optional application installation ID to use | no | — |
| app-installation-repo | Optional application installation rpeo to use | no | — |
Outputs
| name | description |
|---|---|
| jwt | JWT for the GitHub app |
| access-token | Installation access token for the GitHub app |