Skip to content

Commit

Permalink
updates test cases for GTM_ID variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ajeety4 committed May 1, 2024
1 parent 6d782ae commit 5fda748
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,4 @@ slack_token: "{{ slack_token | default(None) }}"
ABDM_CLIENT_ID: '{{ secrets.ABDM_CLIENT_ID | default(None) }}'
ABDM_CLIENT_SECRET: '{{ secrets.ABDM_CLIENT_SECRET | default(None) }}'
FCM_CREDS: '{{ secrets.FCM_CREDS | default(None) }}'
GTM_ID: "{{ secrets.GTM_ID | default('') }}"
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,4 @@ slack_token: "{{ lookup('cchq_aws_secret', 'commcare-staging/slack_token', error
ABDM_CLIENT_ID: '{{ lookup(''cchq_aws_secret'', ''commcare-staging/ABDM_CLIENT_ID'', errors=''ignore'') | default(None) }}'
ABDM_CLIENT_SECRET: '{{ lookup(''cchq_aws_secret'', ''commcare-staging/ABDM_CLIENT_SECRET'', errors=''ignore'') | default(None) }}'
FCM_CREDS: '{{ lookup(''cchq_aws_secret'', ''commcare-staging/FCM_CREDS'', errors=''ignore'') | default(None) }}'
GTM_ID: "{{ lookup('cchq_aws_secret', 'commcare-staging/GTM_ID', errors='ignore') | default('') }}"

0 comments on commit 5fda748

Please sign in to comment.