cloudburst-sbc/Get Access Token For App
Action that can be used to retrieve an access token for an app installation using the app's private key.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| private_key | Private key to use to create the access token | yes | — |
| app_id | ID of the app to retrieve the access token for | yes | — |
| installation_id | Installation ID of the app | yes | — |
Outputs
| name | description |
|---|---|
| token | Access token that can be used with the GitHub API to perform actions on behalf of the installed app |