diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 46e1f352..1315304c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,6 +42,7 @@ jobs: run: yarn run publish env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + STEAMGRIDDB_API_KEY: ${{ env.STEAMGRIDDB_API_KEY }} - name: Create artifact uses: actions/upload-artifact@v4