Skip to content

Commit

Permalink
debug github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pritamd47 committed Jul 9, 2024
1 parent 8ba3f95 commit 738053e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rat/run_rat.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def run_rat(config_fn, operational_latency=None):
temp_key_file = NamedTemporaryFile(delete=True)
temp_key_file.write(os.environ['KEY_FILE'].encode())
secrets['ee']['key_file'] = temp_key_file.name
log.info(secrets['ee']['key_file'])
else:
secrets.read(config['CONFIDENTIAL']['secrets'])
ee_configuration.service_account = secrets["ee"]["service_account"]
Expand Down

0 comments on commit 738053e

Please sign in to comment.