Update .gitea/workflows/renovate.yml
This commit is contained in:
@@ -18,18 +18,14 @@ 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
|
||||
with:
|
||||
ssh-strict: false
|
||||
ssh-key: ${{ secrets.SSH_KEY }}
|
||||
github-server-url: 'https://gitea.akshun-lab.cc'
|
||||
github-server-url: 'gitea.akshun-lab.cc:222'
|
||||
repository: aggarwalakshun/k3s
|
||||
|
||||
- name: Run Renovate
|
||||
|
||||
Reference in New Issue
Block a user