feat: enable gitea
Some checks failed
Release / release (push) Failing after 6s

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-03-20 17:40:07 +01:00
parent 772aa1ea42
commit 560f086656
2 changed files with 4 additions and 2 deletions

View File

@@ -26,5 +26,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
run: |
docker run --rm \
-e GITEA_TOKEN=${{ secrets.GITEA_TOKEN }} \
-e GITEA_TOKEN=${{ secrets.RELEASE_TOKEN }} \
-e RELEASE_TOKEN=${{ secrets.RELEASE_TOKEN }} \
gitnow-release release