cakely/Mint token
Mint a short-lived, repo-scoped, fine-grained access token
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Input token used to generate output token | yes | — |
| target | The target (user or organization) the generated output token will be scoped to | yes | — |
| repositories | The repositories (as a comma-separated list) the generated output token will have access to | yes | — |
| permissions | The permissions (as a comma-separated list of colon-separated key-value pairs, e.g. 'issues:write,contents:read') the generated output token will be granted | yes | — |
Outputs
| name | description |
|---|---|
| access-token | The token generated from the inputs |