npalm/App Token Action
Action to obtain GitHub installation token.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| appId | App id of the app to use. | yes | — |
| appPrivateKeyBase64 | Base64 encoded private key of the app. | yes | — |
| appInstallationType | Supported types are: org, user and repo | yes | — |
| appInstallationValue | Depending on the type provide name of org, user or repo slug (owner/repo) | yes | — |
Outputs
| name | description |
|---|---|
| token | GitHub app installation token |