vivantehealth/GitHub App Installation Access Token Generator
Given an app id, installation id and private key, generates short-lived access tokens for a GitHub App Installation. This can be used in place of a personal access token when doing things like reading from GitHub's package registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| private-key | The private key used to sign the JWTs | yes | — |
| app-id | The GitHub App's app id | yes | — |
| installation-id | The GitHub App's installation id | yes | — |
Outputs
| name | description |
|---|---|
| token | Generated access token |