fix(cli): Force usage of gitea token
All checks were successful
ci / goreleaser (push) Successful in 1m18s
All checks were successful
ci / goreleaser (push) Successful in 1m18s
This commit is contained in:
parent
bd3048a9a5
commit
c2f77aa2cb
2 changed files with 1 additions and 1 deletions
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue