fix(cli): Force usage of gitea token
All checks were successful
ci / goreleaser (push) Successful in 1m18s

This commit is contained in:
Waldemar 2025-10-02 13:44:28 +02:00
parent 6a66c8659b
commit 38c08ccf00
2 changed files with 1 additions and 1 deletions

View file

@ -21,6 +21,5 @@ jobs:
uses: https://github.com/goreleaser/goreleaser-action@v6 uses: https://github.com/goreleaser/goreleaser-action@v6
env: env:
GITEA_TOKEN: ${{ secrets.PACKAGES_TOKEN }} GITEA_TOKEN: ${{ secrets.PACKAGES_TOKEN }}
GITHUB_TOKEN: ""
with: with:
args: release --clean args: release --clean

View file

@ -57,6 +57,7 @@ release:
owner: DevFW-CICD owner: DevFW-CICD
name: edge-connect-client name: edge-connect-client
force_token: gitea
gitea_urls: gitea_urls:
api: https://edp.buildth.ing/api/v1 api: https://edp.buildth.ing/api/v1
download: https://edp.buildth.ing download: https://edp.buildth.ing