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/') if: startsWith(github.ref, 'refs/tags/')
run: | run: |
docker run --rm \ docker run --rm \
-e GITEA_TOKEN=${{ secrets.GITEA_TOKEN }} \ -e GITEA_TOKEN=${{ secrets.RELEASE_TOKEN }} \
-e RELEASE_TOKEN=${{ secrets.RELEASE_TOKEN }} \
gitnow-release release gitnow-release release

View File

@@ -53,7 +53,8 @@ homebrew_casks:
repository: repository:
owner: kjuulh owner: kjuulh
name: homebrew-tap name: homebrew-tap
token: "{{ .Env.GITEA_TOKEN }}" token: "{{ .Env.RELEASE_TOKEN }}"
token_type: "gitea"
url: url:
template: "https://git.kjuulh.io/kjuulh/gitnow/releases/download/{{ .Tag }}/{{ .ArtifactName }}" template: "https://git.kjuulh.io/kjuulh/gitnow/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
homepage: "https://gitnow-client.prod.kjuulh.app" homepage: "https://gitnow-client.prod.kjuulh.app"