Skip to content

Commit d1fd462

Browse files
Deployment seems to be working
1 parent 5b0b745 commit d1fd462

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/generate_env_file.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ def get_cf_outs_as_env(stack_names, out_file):
2020

2121
def get_secrets_as_env(secret_id, out_file):
2222
sm_client = boto3.client('secretsmanager')
23-
print(f"Getting secrets from {secret_id}")
24-
print(f"Writing to {out_file}")
2523
response = sm_client.get_secret_value(
2624
SecretId=secret_id
2725
)

0 commit comments

Comments
 (0)