Skip to content

Commit

Permalink
tweak README options list
Browse files Browse the repository at this point in the history
  • Loading branch information
cdzombak committed Oct 25, 2023
1 parent 17befbb commit 9c3a9a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ If you plan to use the `RUNNER_OUTFD_PID` and `RUNNER_OUTFD_STD[OUT|ERR]` variab
- `-version`: Print version and exit.
- `-work-dir string`: Set the working directory for the program.

#### Hiding sensitive environment variables

- `RUNNER_CENSOR_ENV` (environment variable only): Colon-separated list of environment variables whose values will be censored in output. `RUNNER_SMTP_PASS` and `RUNNER_NTFY_ACCESS_TOKEN` are always censored.
- `RUNNER_HIDE_ENV` (environment variable only): Colon-separated list of environment variables which will be entirely omitted from output.

Expand Down

0 comments on commit 9c3a9a0

Please sign in to comment.