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 d23bbb9 commit ac797c6Copy full SHA for ac797c6
airbyte_cdk/cli/airbyte_cdk/_secrets.py
@@ -114,7 +114,7 @@ def fetch(
114
The `--print-ci-secrets-masks` option will print the GitHub CI mask for the secrets.
115
This is useful for masking secrets in CI logs.
116
117
- WARNING: This action causes the secrets to be printed in clear text the logs. For security
+ WARNING: This action causes the secrets to be printed in clear text to `STDOUT`. For security
118
reasons, this function will only execute if the `CI` environment variable is set. Otherwise,
119
masks will not be printed.
120
"""
0 commit comments