Force use of Gitea token
Some checks failed
Build and Release / release (push) Failing after 5m58s

This commit is contained in:
Leon Mika 2025-06-01 10:55:27 +10:00
parent 2566711bbc
commit 71537d4dac

View file

@ -16,10 +16,11 @@ jobs:
go-version: '1.24'
- name: Install Goreleaser
run: |
curl -sL https://git.io/goreleaser | bash
go install github.com/goreleaser/goreleaser/v2@latest
- name: Run Goreleaser
env:
GORELEASER_CURRENT_TAG: ${{ github.ref_name }}
GORELEASER_FORCE_TOKEN: gitea
GITEA_USERNAME: ${{ secrets.FORGEJO_PACKAGE_PUBLISH_USERNAME }}
GITEA_TOKEN: ${{ secrets.FORGEJO_PACKAGE_PUBLISH_TOKEN }}
run: |