Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
POLLING_INTERVAL=300000
REACT_APP_POLLING_INTERVAL=300000
REACT_APP_DOCWHIZZ_TRAEFIK_EE_USER_ID=""
REACT_APP_DOCWHIZZ_TRAEFIK_PROXY_USER_ID=""
7 changes: 5 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ on:
branches:
- main

jobs:
env:
REACT_APP_POLLING_INTERVAL: 300000
REACT_APP_DOCWHIZZ_TRAEFIK_EE_USER_ID: "${{ secrets.DOCWHIZZ_TRAEFIK_EE_USER_ID }}"
REACT_APP_DOCWHIZZ_TRAEFIK_PROXY_USER_ID: "${{ secrets.DOCWHIZZ_TRAEFIK_PROXY_USER_ID }}"

jobs:
doc:
name: Build and publish assets
runs-on: ubuntu-latest

steps:

- name: Setup Node.js
Expand Down