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