Skip to content

Commit d4c9acf

Browse files
Release: v2.2.5
1 parent 498de06 commit d4c9acf

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
<!-- BEGIN_AUTOGEN_INPUTS -->
6363
64-
- <a name="secrets"></a><a href="#user-content-secrets"><code>secrets</code></a>: _(Required)_ List of secrets to access and inject into the environment. These are
64+
- <a name="__input_secrets"></a><a href="#user-content-__input_secrets"><code>secrets</code></a>: _(Required)_ List of secrets to access and inject into the environment. These are
6565
comma-separated or newline-separated `OUTPUTNAME:SECRET`. Output names or
6666
secret names that contain separators must be escaped with a backslash
6767
(e.g. `\,` or `\\n`) unless quoted. Any leading or trailing whitespace is
@@ -89,21 +89,21 @@ jobs:
8989
<project-id>/<secret-id>
9090
```
9191

92-
- <a name="min_mask_length"></a><a href="#user-content-min_mask_length"><code>min_mask_length</code></a>: _(Optional, default: `4`)_ Minimum line length for a secret to be masked. Extremely short secrets
92+
- <a name="__input_min_mask_length"></a><a href="#user-content-__input_min_mask_length"><code>min_mask_length</code></a>: _(Optional, default: `4`)_ Minimum line length for a secret to be masked. Extremely short secrets
9393
(e.g. `{` or `a`) can make GitHub Actions log output unreadable. This is
9494
especially important for multi-line secrets, since each line of the secret
9595
is masked independently.
9696

97-
- <a name="export_to_environment"></a><a href="#user-content-export_to_environment"><code>export_to_environment</code></a>: _(Optional)_ Make the fetched secrets additionally available as environment variables.
97+
- <a name="__input_export_to_environment"></a><a href="#user-content-__input_export_to_environment"><code>export_to_environment</code></a>: _(Optional)_ Make the fetched secrets additionally available as environment variables.
9898

99-
- <a name="encoding"></a><a href="#user-content-encoding"><code>encoding</code></a>: _(Optional, default: `utf8`)_ Encoding in which secrets will be exported into outputs (and environment
99+
- <a name="__input_encoding"></a><a href="#user-content-__input_encoding"><code>encoding</code></a>: _(Optional, default: `utf8`)_ Encoding in which secrets will be exported into outputs (and environment
100100
variables if `export_to_environment` is true). For secrets that cannot be
101101
represented in text, such as encryption key bytes, choose an encoding that
102102
has a safe character such as `base64` or `hex`. For more information about
103103
available encoding types, please see the [Node.js Buffer and character
104104
encodings](https://nodejs.org/docs/latest/api/buffer.html#buffers-and-character-encodings).
105105

106-
- <a name="universe"></a><a href="#user-content-universe"><code>universe</code></a>: _(Optional, default: `googleapis.com`)_ The Google Cloud universe to use for constructing API endpoints. The
106+
- <a name="__input_universe"></a><a href="#user-content-__input_universe"><code>universe</code></a>: _(Optional, default: `googleapis.com`)_ The Google Cloud universe to use for constructing API endpoints. The
107107
default universe is "googleapis.com", which corresponds to
108108
https://cloud.google.com. Trusted Partner Cloud and Google Distributed
109109
Hosted Cloud should set this to their universe address.
@@ -116,7 +116,7 @@ jobs:
116116

117117
<!-- BEGIN_AUTOGEN_OUTPUTS -->
118118

119-
- `secrets`: Each secret is prefixed with an output name. The secret's resolved access
119+
- <a name="__output_secrets"></a><a href="#user-content-__output_secrets"><code>secrets</code></a>: Each secret is prefixed with an output name. The secret's resolved access
120120
value will be available at that output in future build steps. For example:
121121

122122
```yaml

dist/main/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "get-secretmanager-secrets",
3-
"version": "2.2.4",
3+
"version": "2.2.5",
44
"description": "Get Secret Manager secrets GitHub action",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)