ci: add ssh known hosts
Some checks failed
release / Release (push) Failing after 14s

This commit is contained in:
2025-05-12 12:19:06 +02:00
parent 8799ea99c4
commit f0eea4a9fb

View File

@ -18,7 +18,8 @@ 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-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 }}