Skip to content

Commit

Permalink
Add google maps api key back to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bendnorman committed Jan 22, 2025
1 parent 9a0a22f commit baaa91d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-full-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:

env:
GEOCODIO_API_KEY: ${{ secrets.GEOCODIO_API_KEY }}
API_KEY_GOOGLE_MAPS: ${{ secrets.API_KEY_GOOGLE_MAPS }}

steps:
- name: Check out code
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
fail-fast: false
env:
GEOCODIO_API_KEY: ${{ secrets.GEOCODIO_API_KEY }}
API_KEY_GOOGLE_MAPS: ${{ secrets.API_KEY_GOOGLE_MAPS }}
GITHUB_REF: ${{ github.ref_name }} # This is changed to dev if running on a schedule
steps:
- name: print matrix
Expand Down

0 comments on commit baaa91d

Please sign in to comment.