simpleviewinc/tap-task-action

Sets up the keg-cli and your tap, then runs a task

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
cli_git_branchkeg-cli branch to use during executiondevelop
keg_hub_git_branchkeg-hub branch to use during executiondevelop
tap_refFor PUSH events, the tap ref to checkout (example: /ref/heads/my-feature-branch). When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. ${{ github.ref }}
tap_head_refFor PULL_REQUEST events, the tap branch to checkout (example: /ref/heads/my-feature-branch). When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. `tap-task-action` will try to use this before falling back to `tap_ref` ${{ github.head_ref }}
tap_aliasThe link alias for your tap. If omitted, the task will look for an alias in your your tap's config file (e.g tap.js(on))
repositoryRepository name with owner. For example, actions/checkout${{ github.repository }}
commandThe command to run once the keg-cli and your tap are setupyes
tokenPersonal access token (PAT) used to fetch the repository and push its image. We recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary. ${{ github.token }}
userThe username for docker loginkeg-admin

no outputs