Skip to content

Commit

Permalink
Update run_with_env_secrets.py
Browse files Browse the repository at this point in the history
  • Loading branch information
amdfaa authored Dec 5, 2024
1 parent f4f2345 commit cb4d058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/run_with_env_secrets.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def main():
except KeyError as e:
print(f"Could not set {senv} from secret {sname}: {e}")
env_file = f"{ os.environ.get('RUNNER_TEMP', '') }/github_env_{ os.environ.get('GITHUB_RUN_ID', '') }"
if f"{ os.environ.get('ROCM'. '') }" == "true":
if f"{ os.environ.get('ROCM', '') }" == "true":
env_file = f"/tmp/github_env_{ os.environ.get('GITHUB_RUN_ID', '') }"
docker_path = shutil.which("docker")
if not docker_path:
Expand Down

0 comments on commit cb4d058

Please sign in to comment.