migrate-to-gitea-actions (#6)
Some checks failed
Release / generate-dungeon (push) Failing after 31m44s
Release / upload-to-gitea-release (push) Has been skipped

Co-authored-by: Madison Grubb <madison@elastiflow.com>
Reviewed-on: #6
This commit was merged in pull request #6.
This commit is contained in:
2026-03-04 17:37:03 +00:00
parent 01d1b369b7
commit fb2ffeb4fe

View File

@@ -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