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