1
0

ci: drop support for gitea release workflow

Currently Gitea does not support (go-gitea/gitea#23642) equivalent of GITHUB_TOKEN variable and
tools such GoReleaser can't be easily adjusted to support both GitHub
and Gitea Actions. For Gitea is needed to use PAT what is associated
with security risk.
This commit is contained in:
Wiktor Zykubek 2024-12-27 21:18:14 +01:00
parent 17b2a6db33
commit 926d36e9be
Signed by: wzykubek
GPG Key ID: 2221881F957D89B9
2 changed files with 1 additions and 5 deletions

View File

@ -31,4 +31,4 @@ jobs:
version: "~> v2" version: "~> v2"
args: release --clean args: release --clean
env: env:
GITEA_TOKEN: ${{ secrets.ACTION_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -43,7 +43,3 @@ changelog:
- "^fix" - "^fix"
- "^style" - "^style"
- "^refactor" - "^refactor"
gitea_urls:
api: https://git.brono.cloud/api/v1
download: https://git.brono.cloud