Update .gitea/workflows/renovate.yml

This commit is contained in:
2025-10-24 18:21:54 +00:00
parent afcde3f97b
commit 42e5259d20

View File

@@ -18,7 +18,11 @@ jobs:
echo 'Host gitea.akshun-lab.cc' >> ~/.ssh/config
echo ' User git' >> ~/.ssh/config
echo ' Port 222' >> ~/.ssh/config
echo ' IdentityFile ~/.ssh/default-key' >> ~/.ssh/config
echo $SSH_KEY > ~/.ssh/default-key
cat ~/.ssh/config
env:
SSH_KEY: ${{ secrets.SSH_KEY }}
- name: Checkout repository
uses: actions/checkout@v5