ci: add ssh key for semantic-release
Some checks failed
release / Release (push) Failing after 37s

This commit is contained in:
2025-05-12 11:28:33 +02:00
parent 79845f7697
commit 8799ea99c4

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 }}