fix(ci): unset GITHUB_TOKEN to avoid conflict with GITEA_TOKEN
Some checks failed
ci / goreleaser (push) Failing after 28s
ci / build (push) Successful in 1m7s

This commit is contained in:
Manuel Ganter 2026-02-04 14:54:51 +01:00
parent 24adf4d642
commit d1cc6e3c15
No known key found for this signature in database
2 changed files with 3 additions and 0 deletions

View file

@ -28,5 +28,7 @@ jobs:
- name: GoReleaser Check
uses: https://github.com/goreleaser/goreleaser-action@v5
env:
GITHUB_TOKEN: ""
with:
args: release --snapshot --skip=publish --clean

View file

@ -28,6 +28,7 @@ jobs:
- name: Run GoReleaser
uses: https://github.com/goreleaser/goreleaser-action@v5
env:
GITHUB_TOKEN: ""
GITEA_TOKEN: ${{ secrets.PACKAGES_TOKEN }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
with: