We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b044a04 commit a5f3d41Copy full SHA for a5f3d41
1 file changed
.github/workflows/deploy-pages.yml
@@ -21,6 +21,7 @@ concurrency:
21
jobs:
22
build:
23
runs-on: ubuntu-latest
24
+ environment: github-pages
25
steps:
26
- name: Checkout repository
27
uses: actions/checkout@v4
@@ -39,6 +40,9 @@ jobs:
39
40
- name: Build project
41
run: yarn build
42
working-directory: ./website
43
+ env:
44
+ NODE_ENV: production
45
+ PUBLIC_LISTMONK_API_KEY: ${{ secrets.PUBLIC_LISTMONK_API_KEY }}
46
47
- name: Setup Pages
48
uses: actions/configure-pages@v4
0 commit comments