chore(goreleaser): remove unused gitea token configuration
- remove `env_files` config key
- use default token location (`~/.config/goreleaser/gitea_token`)
🤖
This commit is contained in:
parent
9335214f08
commit
6c308ddb97
2 changed files with 0 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,4 +1,3 @@
|
||||||
GoTomato
|
GoTomato
|
||||||
|
|
||||||
dist/
|
dist/
|
||||||
.forgejo_token
|
|
||||||
|
|
|
@ -39,6 +39,3 @@ release:
|
||||||
gitea_urls:
|
gitea_urls:
|
||||||
download: http://git.smsvc.net
|
download: http://git.smsvc.net
|
||||||
api: http://git.smsvc.net/api/v1
|
api: http://git.smsvc.net/api/v1
|
||||||
|
|
||||||
env_files:
|
|
||||||
gitea_token: .forgejo_token
|
|
||||||
|
|
Loading…
Reference in a new issue