We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d6d3d1 commit fd9e12bCopy full SHA for fd9e12b
README.md
@@ -14,7 +14,7 @@ with:
14
Only copy secrets with names starting with `TF_VAR_`
15
16
```yaml
17
-uses: Firenza/secrets-to-env@v1.0.1
+uses: Firenza/secrets-to-env@v1.1.0
18
19
with:
20
secrets: ${{ toJSON(secrets) }}
@@ -24,7 +24,7 @@ with:
24
Only copy secrets with names starting with `TF_VAR_` and have the copied environment variable names have everything after `TF_VAR_` be lowercase.
25
26
27
28
29
30
secret_filter_regex: TF_VAR_*
0 commit comments