Skip to content

Commit

Permalink
chore: Check if API key is being set up properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
LuchoTurtle committed Sep 19, 2023
1 parent 35cb31a commit ecbdc02
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
env:
MAP_GOOGLE_API_KEY: ${{ secrets.MAP_GOOGLE_API_KEY }}

# check env variable
- run: echo $MAP_GOOGLE_API_KEY
env:
MAP_GOOGLE_API_KEY: ${{ secrets.MAP_GOOGLE_API_KEY }}

- name: Deploy to Netlify
uses: nwtgck/[email protected]
with:
Expand Down

0 comments on commit ecbdc02

Please sign in to comment.