camertron/GitHub App Installation Auth
Retrieves an access token for a GitHub App installation.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| app-id | The ID of the GitHub App. | yes | — |
| private-key | An RSA private key associated with the App. | yes | — |
| client-id | The App's client ID. | yes | — |
| client-secret | A client secret associated with the App. | yes | — |
| installation-id | The ID of the installation to fetch a token for. | yes | — |
| encrypt | Whether or not to encrypt the result using the App's private key. Useful if passing the token to a shared action that lives in a separate repository. | no | false |
Outputs
| name | description |
|---|---|
| access-token | An access token for the given installation. |