diff --git a/.github/workflows/astro.yml b/.github/workflows/astro.yml index 436b492..4679443 100644 --- a/.github/workflows/astro.yml +++ b/.github/workflows/astro.yml @@ -36,6 +36,8 @@ jobs: build: name: Build runs-on: ubuntu-latest + env: + SECRET_GOOGLE_MAPS_API_KEY: ${{ secrets.SECRET_GOOGLE_MAPS_API_KEY }} steps: - name: Checkout uses: actions/checkout@v4