Skip to content

Commit

Permalink
Add google api key to acceptance yml
Browse files Browse the repository at this point in the history
  • Loading branch information
likimmy committed Feb 7, 2024
1 parent 25f1469 commit 58a181b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/acceptance_headless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
runs-on: ubuntu-latest
env:
MAPBOX_KEY: ${{ secrets.MAPBOX_KEY }}
GOOGLE_KEY: ${{ secrets.GOOGLE_KEY }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 58a181b

Please sign in to comment.