make release tea login repeatable
custom release / build-custom-release (push) Failing after 9s

This commit is contained in:
2026-05-24 15:51:26 +02:00
parent d45edca330
commit 018d62af14
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -47,6 +47,7 @@ jobs:
run: |
go install code.gitea.io/tea@v0.14.1
echo "$(go env GOPATH)/bin" >> "$GITHUB_PATH"
"$(go env GOPATH)/bin/tea" logins delete actions >/dev/null 2>&1 || true
"$(go env GOPATH)/bin/tea" logins add --name actions --url https://git.felixfoertsch.de --token "$GITEA_TOKEN" --no-version-check
env:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}