drowze/Generate token and private checkout
Super small composite action to gen a github installation token and checkout a private repo
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| app_id | GitHub app id | yes | — |
| private_key | GitHub app private key | yes | — |
| installation_id | GitHub app installation id | yes | — |
| repository | Repository to checkout | yes | — |
| ref | Git ref to checkout | yes | — |
| path | Path to checkout on | — | . |
Outputs
| name | description |
|---|---|
| token | GitHub token generated |