Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion env_vars/trigger_stacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ def convert_to_runtime_config(yaml_data):
return runtime_config

def query_api(query: str, variables: dict = None) -> dict:
api_token = os.getenv("SPACELIFT_API_TOKEN")
#api_token = os.getenv("SPACELIFT_API_TOKEN")
api_token = os.getenv("HOME_TOKEN")

headers = {
"Content-Type": "application/json",
Expand Down
2 changes: 1 addition & 1 deletion env_vars/vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ env-var-yaml-1:
value: /home/joey/.kube/config
write_only: false
- name: TF_VAR_variable_1
value: value1-test
value: joey-is-amazine
write_only: false

env-var-yaml-2:
Expand Down