Update .github/workflows/create-release.yaml
Some checks failed
Build and push image to DockerHub / build (push) Has been cancelled
Update Calendso / Submodules Sync (push) Successful in 1m0s

This commit is contained in:
2025-06-11 13:50:36 +00:00
parent c94a3bc059
commit d269688e8e

View File

@@ -49,7 +49,7 @@ jobs:
- name: "Create Gitea Release"
env:
GITEA_TOKEN: ${{ secrets.TOKEN_GITEA }}
GITEA_API_URL: ${{ gitea.instance }}/api/v1
GITEA_API_URL: https://git.nethery.dev/api/v1
OWNER: ${{ gitea.repository_owner }}
REPO: ${{ gitea.repository_name }}
run: |