daspn/Private Actions Checkout
Enables using private actions on a workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| actions_list | List of private actions to checkout. Must be a JSON array and each entry must mutch the format owner/repo@ref | no | [] |
| checkout_base_path | Where to checkout the custom actions | yes | ./.github/actions |
| ssh_private_key | If provided, configures the ssh-agent with the given private key. | no | — |
| app_id | The app id to authenticate with a GitHub app | no | — |
| app_private_key | The app private key to authenticate with a GitHub app | no | — |
| return_app_token | Sets app-token as an output if set to "true" | no | — |
| configure_git | Configures git to continue to use the ssh key or app token after the action exits if set to "true" | no | — |
Outputs
| name | description |
|---|---|
| app-token | transient token generated if a Github app was supplied |