fix: added env vars

This commit is contained in:
Florian Sylvain
2023-08-12 02:44:41 +02:00
committed by GitHub
parent 542bcded3e
commit 8faf3f8d9d
+4
View File
@@ -13,6 +13,10 @@ jobs:
build:
runs-on: ubuntu-latest
env:
ENVIRONMENT: "development"
PORT: "42069"
CORS_ALLOWED_ORIGINS: "*"
steps:
- uses: actions/checkout@v3