adampoit/not-adam
Create a not-adam GitHub App token and configure git identity.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| private-key | GitHub App private key PEM. | yes | — |
| owner | Repository owner for the installation token. Defaults to the calling repository owner. | no | "" |
| repositories | Comma or newline-separated repository names to scope the token to. Defaults to the calling repository name. | no | "" |
| configure-git | Whether to configure git user.name and user.email. | no | true |
| git-config-scope | Git config scope to update; either global or local. | no | global |
| git-user-name | Optional git user.name override. Defaults to <app-slug>[bot]. | no | "" |
| git-user-email | Optional git user.email override. Defaults to the app bot noreply address when it can be resolved. | no | "" |
Outputs
| name | description |
|---|---|
| token | Short-lived GitHub App installation token. |
| installation-id | GitHub App installation ID. |
| app-slug | GitHub App slug. |