2 Commits

Author SHA1 Message Date
8799ea99c4 ci: add ssh key for semantic-release
Some checks failed
release / Release (push) Failing after 37s
2025-05-12 11:28:33 +02:00
79845f7697 feat: move template into subdirectory
Some checks failed
release / Release (push) Failing after 14s
BREAKING CHANGE: reorganises repo, arbitrary choice for v1 release
2025-05-12 11:13:53 +02:00
33 changed files with 4 additions and 6 deletions

View File

@ -18,6 +18,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
ssh-key: ${{secrets.SEMANTIC_RELASE_SSH_KEY}}
- name: run_release
env:
GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }}

View File

@ -1,10 +1,7 @@
_exclude:
- ".gitea/"
- ".git/"
- "CHANGELOG.md"
- "copier.yml"
# imports
# repo config
_subdirectory: template
# imports
_jinja_extensions:
- bec_lib.utils.copier_jinja_filters.CopierFilters

View File