ci: use ssh for release push #18

Merged
perl_d merged 1 commits from fix/ci_3 into main 2025-05-12 12:27:43 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ default_bump_level = 0
name = "origin"
type = "gitea"
domain = "https://gitea.psi.ch"
ignore_token_for_push = false
ignore_token_for_push = true
[tool.semantic_release.remote.token]
env = "GITHUB_TOKEN"

View File

@ -23,4 +23,4 @@ jobs:
- name: run_release
env:
GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }}
run: pipx run python-semantic-release -c .gitea/semantic_release.toml version
run: pipx run python-semantic-release --no-vcs-release -c .gitea/semantic_release.toml version