Skip to content

Commit

Permalink
ci: adding systemvars to webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
thegrannychaseroperation committed Apr 15, 2024
1 parent cc52f39 commit 7db73ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions webpack.plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ export const plugins = [
}),
new Dotenv({
path: "./.env",
safe: true,
systemvars: true,
}),
];

0 comments on commit 7db73ff

Please sign in to comment.