From 03253c28e698131f4e6bc3e5777b5233b4442a5d Mon Sep 17 00:00:00 2001 From: Madison Grubb Date: Wed, 4 Mar 2026 12:35:22 -0500 Subject: [PATCH] fix release --- .gitea/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index a2351af..d918542 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -13,9 +13,9 @@ jobs: container: image: ghcr.io/puppeteer/puppeteer:latest env: - OLLAMA_API_URL: ${{ secrets.OLLAMA_API_URL }} + OLLAMA_API_URL: https://ai.keligrubb.com/api/chat/completions OLLAMA_API_KEY: ${{ secrets.OLLAMA_API_KEY }} - COMFYUI_URL: ${{ secrets.COMFYUI_URL }} + COMFYUI_URL: http://192.168.1.124:8188 steps: - name: Checkout uses: https://github.com/actions/checkout@v6 @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest needs: generate-dungeon env: - GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }} + GITEA_TOKEN: ${{ secrets.SCROLLSMITH_GITEA_TOKEN }} steps: - name: Download PDF artifact uses: https://github.com/actions/download-artifact@v8