rickycook/GitHub Auth Generator
Generate various kinds of GitHub authentication tokens, from other kinds of authentication tokens
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| tokenType | type of token to generate | yes | — |
| debug | toggle debug log output | no | false |
| authorization | toggle authorization mode | no | false |
| appId | GitHub app ID | no | — |
| privateKey | PEM-encoded private key content for the app | no | — |
| installationId | installation ID for the app | no | — |
| orgName | organization name to act on | no | — |
| repoName | repo name to act on | no | — |
| personalAccessToken | personal access token to use for generation | no | — |
Outputs
| name | description |
|---|---|
| token | generated token |