Compare commits
4 Commits
44afbabce7
...
fix/ci_3
Author | SHA1 | Date | |
---|---|---|---|
39bbd5e79c | |||
f0eea4a9fb | |||
8799ea99c4 | |||
79845f7697 |
@ -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"
|
||||
|
@ -18,7 +18,9 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ssh-key: ${{ secrets.SEMANTIC_RELASE_SSH_KEY }}
|
||||
ssh-known-hosts: ${{ secrets.SSH_KNOWN_HOSTS }}
|
||||
- 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
|
@ -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
|
||||
|
||||
|
0
.gitignore → template/.gitignore
vendored
0
.gitignore → template/.gitignore
vendored
0
template/{{project_name}}/services/__init__.py
Normal file
0
template/{{project_name}}/services/__init__.py
Normal file
Reference in New Issue
Block a user