Fix setting secret for updating translations
This commit is contained in:
parent
54ada3f06e
commit
2bc85a9de7
1 changed files with 2 additions and 2 deletions
|
@ -552,6 +552,7 @@ steps:
|
||||||
- failure
|
- failure
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
name: update-translations
|
name: update-translations
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
|
@ -586,8 +587,7 @@ steps:
|
||||||
commit: true
|
commit: true
|
||||||
commit_message: "[skip ci] Updated translations via Crowdin"
|
commit_message: "[skip ci] Updated translations via Crowdin"
|
||||||
remote: "git@kolaente.dev:9022/vikunja/frontend.git"
|
remote: "git@kolaente.dev:9022/vikunja/frontend.git"
|
||||||
environment:
|
ssh_key:
|
||||||
GIT_PUSH_SSH_KEY:
|
|
||||||
from_secret: translation_git_push_ssh_key
|
from_secret: translation_git_push_ssh_key
|
||||||
|
|
||||||
- name: upload
|
- name: upload
|
||||||
|
|
Loading…
Reference in a new issue