Skip to content

Commit

Permalink
Merge pull request #344 from DFE-Digital/add-google-api-key-dev
Browse files Browse the repository at this point in the history
Add GOOGLE_API_KEY to dev
  • Loading branch information
ethax-ross authored Nov 2, 2020
2 parents 00a8c18 + f2f0ef5 commit 5cb74fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dockerbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ jobs:
TF_VAR_SHARED_SECRET: "${{ secrets.SHARED_SECRET }}"
TF_VAR_PEN_TEST_SHARED_SECRET: "${{ secrets.PEN_TEST_SHARED_SECRET }}"
TF_VAR_NOTIFY_API_KEY: "${{ secrets.NOTIFY_API_KEY }}"
TF_VAR_GOOGLE_API_KEY: "${{ secrets.GOOGLE_API_KEY }}"
TF_VAR_TOTP_SECRET_KEY: "${{ secrets.TOTP_SECRET_KEY }}"
TF_VAR_user: "${{ secrets.GOVUKPAAS_USERNAME }}"
TF_VAR_password: "${{ secrets.GOVUKPAAS_PASSWORD }}"
Expand Down

0 comments on commit 5cb74fa

Please sign in to comment.