From 8b35b53fae8903dd553ebdb19554d263da93e11c Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Halili Date: Tue, 8 Jul 2025 15:15:46 +0000 Subject: [PATCH] update output docs for 488658f8655c2c8d13fcd8746ba21ff9bbe98081 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4eb6940..4f8cc85 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ dotenvx set -f .env.ci --plain -- RHQCR_BOT_USERNAME andreijiroh-dev+buildops ## Usage ```yaml -- uses: andreijiroh-dev/dotenvx-action@v0.2.0 # change main to a tagged version +- uses: andreijiroh-dev/dotenvx-action@v0.4.0 # change main to a tagged version or use commit hashes id: dotenvx with: path: path/to/dotenv-file # defaults to .env.ci unles specified @@ -58,6 +58,8 @@ the [`dotenv-keys`][dotenv-keys] bash shell hook and function developed by Andre | `DOTENV_KEYS_LOADER` | The method used by dotenv keys loader to load private key into the current GitHub Actions job. | `github-actions` | | `DOTENV_KEYS_LOADED` | Operates similarly to `CI` and friends, signals other programs that `DOTENV_PRIVATE_KEY` are loaded | `true` | | `LAST_DOTENV_DIR` | The last directory where `env.keys` are loaded into the workflow (or in this case, the secrets) | Based off `process.cwd()` | +| `DOTENV_DECRYPTION_FAILURE` | Whether there are failed secret decryptions or not | false | +| `DOTENV_DECRYPTION_FAIL_COUNT` | Number of secrets failed to decrypt | Defaults to 0 if everything is decrypted, otherwise a number of decryption failures | ## License -- 2.51.2