fix release
This commit is contained in:
@@ -13,9 +13,9 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: ghcr.io/puppeteer/puppeteer:latest
|
image: ghcr.io/puppeteer/puppeteer:latest
|
||||||
env:
|
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 }}
|
OLLAMA_API_KEY: ${{ secrets.OLLAMA_API_KEY }}
|
||||||
COMFYUI_URL: ${{ secrets.COMFYUI_URL }}
|
COMFYUI_URL: http://192.168.1.124:8188
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://github.com/actions/checkout@v6
|
uses: https://github.com/actions/checkout@v6
|
||||||
@@ -43,7 +43,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: generate-dungeon
|
needs: generate-dungeon
|
||||||
env:
|
env:
|
||||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
GITEA_TOKEN: ${{ secrets.SCROLLSMITH_GITEA_TOKEN }}
|
||||||
steps:
|
steps:
|
||||||
- name: Download PDF artifact
|
- name: Download PDF artifact
|
||||||
uses: https://github.com/actions/download-artifact@v8
|
uses: https://github.com/actions/download-artifact@v8
|
||||||
|
|||||||
Reference in New Issue
Block a user