pyar6329/Credentials GitHub Apps
Get a Git token using GitHub Apps credentials
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| type | GitHub Installation type. (user, repo, org) | yes | org |
| save_app_token | Save GitHub access token to ~/.git-credentials | no | true |
| use_HTTPS_instead_of_SSH | use Git protocol HTTPS instead of SSH | no | true |
| APP_PEM | a base64 encoded string version of your PEM file used to authenticate as a GitHub Apps. You can apply this encoding in the terminal `cat key.pem | base64 -w 0` | yes | — |
| APP_ID | your GitHub Apps ID. | yes | — |
Outputs
| name | description |
|---|---|
| app_token | The installation access token for the GitHub App corresponding to and the current repository. |