2 Commits

Author SHA1 Message Date
44afbabce7 fix: add init file 2025-05-12 11:03:05 +02:00
d5ef5da5b2 feat: move template into subdirectory 2025-05-12 10:56:17 +02:00
2 changed files with 2 additions and 4 deletions

View File

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

View File

@ -18,9 +18,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
ssh-key: ${{ secrets.SEMANTIC_RELASE_SSH_KEY }}
ssh-known-hosts: ${{ secrets.SSH_KNOWN_HOSTS }}
- name: run_release - name: run_release
env: env:
GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }}
run: pipx run python-semantic-release --no-vcs-release -c .gitea/semantic_release.toml version run: pipx run python-semantic-release -c .gitea/semantic_release.toml version