tofuutils/tofuutils - Setup tenv
Sets up tenv CLI in your GitHub Actions workflow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tenv_version | — | no | latest |
| tenv_wrapper | Whether 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`. | no | true |
| github_token | API token for GitHub to increase the rate limit. Defaults to the GITHUB_TOKEN environment variable unless running on Forgejo/Gitea. | no | "" |
Outputs
| name | description |
|---|---|
| stdout | The STDOUT stream of the call to the `tenv` binary. |
| stderr | The STDERR stream of the call to the `tenv` binary. |
| exitcode | The exit code of the call to the `tenv` binary. |