Skip to content

Commit

Permalink
github_integration_enabled setting added
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwaizer committed Apr 8, 2024
1 parent 018910c commit d1042ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions inventories/separate_build_node/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ postgres_user: "{{ postgres_user }}"

github_client: "{{ github_client }}"
github_client_secret: "{{ github_client_secret }}"
github_integration_enabled: "{{ github_integration_enabled }}"

alts_jwt_token: "{{ alts_jwt_token }}"
albs_jwt_token: "{{ albs_jwt_token }}"
Expand Down
1 change: 1 addition & 0 deletions roles/dev_deploy/templates/vars.env.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ POSTGRES_DB="{{ postgres_db }}"
POSTGRES_USER="{{ postgres_user }}"
GITHUB_CLIENT="{{ github_client }}"
GITHUB_CLIENT_SECRET="{{ github_client_secret }}"
GITHUB_INTEGRATION_ENABLED="{{ github_integration_enabled }}"
ALTS_HOST="http://{{ container_name_prefix }}_alts-scheduler_1:8000"
ALTS_TOKEN="{{ alts_jwt }}"
DATABASE_URL="{{ albs_db_url }}"
Expand Down
1 change: 1 addition & 0 deletions vars.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ postgres_user:

github_client:
github_client_secret:
github_integration_enabled:

alts_jwt_token:
albs_jwt_token:
Expand Down

0 comments on commit d1042ba

Please sign in to comment.