diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index d90319a..bdf51d1 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -21,6 +21,8 @@ jobs: uses: bahmutov/npm-install@v1 - name: Build project + env: + MAPTILER_API_KEY: ${{ secrets.MAPTILER_API_KEY }} run: npm run build - name: Upload production-ready build files