Force goreleaser to use gitea token
This commit is contained in:
parent
52d68149a7
commit
48addc37b4
|
@ -21,7 +21,6 @@ jobs:
|
|||
args: release --snapshot --clean
|
||||
env:
|
||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||
GITHUB_TOKEN: ""
|
||||
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
project_name: ytdl-web
|
||||
env:
|
||||
- BASE_PKG=go.fifitido.net/ytdl-web
|
||||
force_token: gitea
|
||||
gitea_urls:
|
||||
api: https://git.fifitido.net/api/v1
|
||||
download: https://git.fifitido.net
|
||||
|
|
Loading…
Reference in New Issue