Update .gitea/workflows/renovate.yml

This commit is contained in:
2025-10-24 18:25:40 +00:00
parent 42e5259d20
commit 12e25cbdc7

View File

@@ -18,20 +18,16 @@ 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
with: with:
ssh-strict: false ssh-strict: false
ssh-key: ${{ secrets.SSH_KEY }} ssh-key: ${{ secrets.SSH_KEY }}
github-server-url: 'https://gitea.akshun-lab.cc' github-server-url: 'gitea.akshun-lab.cc:222'
repository: aggarwalakshun/k3s repository: aggarwalakshun/k3s
- name: Run Renovate - name: Run Renovate
env: env:
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}