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 c2d36d4 commit 50c10c6Copy full SHA for 50c10c6
src/codegen/git/configs/config.py
@@ -6,7 +6,7 @@ def __init__(self) -> None:
6
self.ENV = os.environ.get("ENV", "sandbox")
7
self.GITHUB_ENTERPRISE_URL = self._get_env_var("GITHUB_ENTERPRISE_URL")
8
self.LOWSIDE_TOKEN = self._get_env_var("LOWSIDE_TOKEN")
9
- self.HIGHSIDE_TOKEN = self._get_env_var("HIGHISDE_TOKEN")
+ self.HIGHSIDE_TOKEN = self._get_env_var("HIGHSIDE_TOKEN")
10
11
def _get_env_var(self, var_name, required: bool = False) -> str | None:
12
value = os.environ.get(var_name)
0 commit comments