hakadoriya-actions/github-actions-github-apps-token
A GitHub Action to get a GitHub Apps token
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| client-id | The Client ID of the GitHub App. | yes | — |
| private-key | The private key of the GitHub App. | yes | — |
| jwt-expiry-seconds | The expiry seconds of the JWT. 600 seconds maximum. (default: 600) | no | 600 |
| api-app-installations-access-tokens-request-body | The request body for the API to get the access tokens. (default: "") | no | — |
Outputs
| name | description |
|---|---|
| token | The GitHub Apps token. |