daspn/Private Actions Checkout

Enables using private actions on a workflow

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
actions_listList of private actions to checkout. Must be a JSON array and each entry must mutch the format owner/repo@refno[]
checkout_base_pathWhere to checkout the custom actionsyes./.github/actions
ssh_private_keyIf provided, configures the ssh-agent with the given private key.no
app_idThe app id to authenticate with a GitHub appno
app_private_keyThe app private key to authenticate with a GitHub appno
return_app_tokenSets app-token as an output if set to "true"no
configure_gitConfigures git to continue to use the ssh key or app token after the action exits if set to "true"no
namedescription
app-tokentransient token generated if a Github app was supplied