fix(ci): use correct secret key to push

This commit is contained in:
kolaente 2023-09-06 18:03:09 +02:00
parent 3f3d4b1682
commit 4d8c6622d2
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 2 deletions

View File

@ -516,7 +516,7 @@ steps:
commit_message: "[skip ci] Updated translations via Crowdin"
remote: "ssh://git@kolaente.dev:9022/vikunja/frontend.git"
ssh_key:
from_secret: translation_git_push_ssh_key
from_secret: git_push_ssh_key
- name: upload
pull: always
@ -532,6 +532,6 @@ steps:
src/i18n/lang/en.json: en.json
---
kind: signature
hmac: c5517d5fc49e327984177144aa195d4418a5769c25deb40f1c211e05735bc863
hmac: 8df53c07dc07c8a22c4aca9effd0ef8335cbed6ed55c00caeb335e6bc15458a6
...