Skip to content

Commit 8cd12ff

Browse files
committed
fix typos in adc
1 parent 3e04e4e commit 8cd12ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/terraform-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
INFOBLOX_SERVER: ${{ secrets.INFOBLOX_JHUB_HOST }}
4747
TF_VAR_site_certificate_file: /tmp/tls.cer
4848
TF_VAR_site_certificate_key_file: /tmp/tls.key
49-
GOOGLE_APPLICAITON_CREDENTIALS: /tmp/credentials.json
49+
GOOGLE_APPLICATION_CREDENTIALS: /tmp/credentials.json
5050

5151
test-sample-jhub-nfs:
5252
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') && contains(github.event.head_commit.message, '[test nfs]') }}
@@ -87,4 +87,4 @@ jobs:
8787
INFOBLOX_SERVER: ${{ secrets.INFOBLOX_JHUB_HOST }}
8888
TF_VAR_site_certificate_file: /tmp/tls.cer
8989
TF_VAR_site_certificate_key_file: /tmp/tls.key
90-
GOOGLE_APPLICAITON_CREDENTIALS: /tmp/credentials.json
90+
GOOGLE_APPLICATION_CREDENTIALS: /tmp/credentials.json

0 commit comments

Comments
 (0)