Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyankg101 authored Nov 8, 2023
1 parent 565794b commit b8f22a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/tvarit/dashboard-deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ def replace_in_dict(obj, search, replacement):
try:
# Run the AWS CLI command and capture its output
result = subprocess.run(aws_cli_command, shell=True, text=True, capture_output=True, check=True)
print(result)
print(result.stdout)
secret_json = json.loads(result.stdout)

data = secret_json
Expand Down

0 comments on commit b8f22a1

Please sign in to comment.