actions-marketplace-validations/Create GitHub App Installation Token
A GitHub Action to retrieve a GitHub App's installation access token, making it easy to compose GitHub Actions workflows.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| appId | The GitHub App ID | yes | — |
| installationId | The GitHub App installation ID | yes | — |
| privateKey | The private key used to sign the JWT | yes | — |
| baseUrl | Optional base url for github requests | no | — |
Outputs
| name | description |
|---|---|
| token | The generated RS256-signed JWT |