ci: drop support for gitea release workflow
All checks were successful
Build / build (push) Successful in 25s
All checks were successful
Build / build (push) Successful in 25s
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:
parent
1a178ccaec
commit
5ea8e112fa
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -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 }}
|
||||||
|
@ -41,7 +41,3 @@ changelog:
|
|||||||
exclude:
|
exclude:
|
||||||
- "^docs:"
|
- "^docs:"
|
||||||
- "^test:"
|
- "^test:"
|
||||||
|
|
||||||
gitea_urls:
|
|
||||||
api: https://git.brono.cloud/api/v1
|
|
||||||
download: https://git.brono.cloud
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user