Skip to content

Commit ac797c6

Browse files
authored
Update airbyte_cdk/cli/airbyte_cdk/_secrets.py
1 parent d23bbb9 commit ac797c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/cli/airbyte_cdk/_secrets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def fetch(
114114
The `--print-ci-secrets-masks` option will print the GitHub CI mask for the secrets.
115115
This is useful for masking secrets in CI logs.
116116
117-
WARNING: This action causes the secrets to be printed in clear text the logs. For security
117+
WARNING: This action causes the secrets to be printed in clear text to `STDOUT`. For security
118118
reasons, this function will only execute if the `CI` environment variable is set. Otherwise,
119119
masks will not be printed.
120120
"""

0 commit comments

Comments
 (0)