ci: fix secret key name and trigger Actions deployment
Some checks failed
Deploy Blog / build-and-deploy (push) Has been cancelled

- Change secret name from R730_ed25519 to R730_ED25519
- Update changelog to trigger workflow
This commit is contained in:
yuany3721 2026-04-05 23:21:59 +08:00
parent 2b33a63c73
commit 67451fe925
2 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,7 @@ jobs:
- name: Setup SSH
run: |
mkdir -p ~/.ssh
echo "${{ secrets.R730_ed25519 }}" > ~/.ssh/deploy_key
echo "${{ secrets.R730_ED25519 }}" > ~/.ssh/deploy_key
chmod 600 ~/.ssh/deploy_key
ssh-keyscan -H 172.30.0.77 >> ~/.ssh/known_hosts

View File

@ -6,6 +6,7 @@ createTime: 2026/04/02 20:26:36
## 26.04.05
1. 迁移gitea启用act-runner功能
2. 配置Gitea Actions自动部署工作流
## 26.04.03