tofuutils/tofuutils - Setup tenv

Sets up tenv CLI in your GitHub Actions workflow.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tenv_versionnolatest
tenv_wrapperWhether or not to install a wrapper to wrap subsequent calls of the `tenv` binary and expose its STDOUT, STDERR, and exit code as outputs named `stdout`, `stderr`, and `exitcode` respectively. Defaults to `true`.notrue
github_tokenAPI token for GitHub to increase the rate limit. Defaults to the GITHUB_TOKEN environment variable unless running on Forgejo/Gitea.no""
namedescription
stdoutThe STDOUT stream of the call to the `tenv` binary.
stderrThe STDERR stream of the call to the `tenv` binary.
exitcodeThe exit code of the call to the `tenv` binary.