kt-actions/Create GitHub App Token
GitHub Action for creating a GitHub App installation access token. Configures git user name and email for the app.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| app-id | GitHub App ID | no | — |
| private-key | GitHub App private key. Escaped newlines (\\n) will be automatically replaced with actual newlines. | no | — |
| configure-git | Configure git user name and email for the app | no | true |
| default-to-github-token | Use github.token as default token, if app-id or private-key are not provided | no | true |
Outputs
| name | description |
|---|---|
| token | GitHub installation access token |
| installation-id | GitHub App installation ID |
| app-slug | GitHub App slug |
| user-id | GitHub App user ID |
| user-name | GitHub App user name |
| user-email | GitHub App user email |