Skip to content

Commit

Permalink
Test-infra: Add USERSNAP_SPACE_API_KEY build-arg
Browse files Browse the repository at this point in the history
  • Loading branch information
mesudip committed Jun 19, 2024
1 parent 11a8d87 commit 65ee68e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test-infrastructure/docker-compose-govtool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ services:
VITE_SENTRY_DSN: ${SENTRY_DSN_FRONTEND}
NPMRC_TOKEN: ${NPMRC_TOKEN}
VITE_APP_ENV: ${APP_ENV:-test}
VITE_USERSNAP_SPACE_API_KEY: ${USERSNAP_SPACE_API_KEY}
VITE_IS_PROPOSAL_DISCUSSION_FORUM_ENABLED: "true"
GTM_ID: ${GTM_ID}
environment:
Expand Down
1 change: 1 addition & 0 deletions tests/test-infrastructure/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
GTM_ID: "{{ lookup ('env', 'GTM_ID') }}"
GOVTOOL_TAG: "{{ lookup('env', 'GOVTOOL_TAG') }}"
NPMRC_TOKEN: "{{ lookup('env','NPMRC_TOKEN') }}"
USERSNAP_SPACE_API_KEY: "{{ lookup('env','USERSNAP_SPACE_API_KEY') }}"
SENTRY_DSN_FRONTEND: "{{ lookup ('env', 'SENTRY_DSN_FRONTEND') }}"
SENTRY_DSN_BACKEND: "{{ lookup ('env', 'SENTRY_DSN_BACKEND') }}"
become: yes

0 comments on commit 65ee68e

Please sign in to comment.