Update .gitea/workflows/renovate.yml
This commit is contained in:
@@ -18,7 +18,11 @@ jobs:
|
|||||||
echo 'Host gitea.akshun-lab.cc' >> ~/.ssh/config
|
echo 'Host gitea.akshun-lab.cc' >> ~/.ssh/config
|
||||||
echo ' User git' >> ~/.ssh/config
|
echo ' User git' >> ~/.ssh/config
|
||||||
echo ' Port 222' >> ~/.ssh/config
|
echo ' Port 222' >> ~/.ssh/config
|
||||||
|
echo ' IdentityFile ~/.ssh/default-key' >> ~/.ssh/config
|
||||||
|
echo $SSH_KEY > ~/.ssh/default-key
|
||||||
cat ~/.ssh/config
|
cat ~/.ssh/config
|
||||||
|
env:
|
||||||
|
SSH_KEY: ${{ secrets.SSH_KEY }}
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
|
|||||||
Reference in New Issue
Block a user