Workflows Fix (#32)

* fix: workflows missing new env
This commit is contained in:
Kevin Dang
2024-04-01 00:51:07 -07:00
committed by GitHub
parent fcb0267559
commit 5f8b513269
2 changed files with 2 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ jobs:
echo CLIENT_UID = ${{ secrets.CLIENT_UID }} >> .env
echo OLLAMA_IP = ${{ secrets.OLLAMA_IP }} >> .env
echo OLLAMA_PORT = ${{ secrets.OLLAMA_PORT }} >> .env
echo ADMINS = ${{ secrets.ADMINS }} >> .env
- name: Setup Docker Network and Images
run: |