mirror of https://codeberg.org/gitnex/GitNex.git
13 lines
325 B
YAML
13 lines
325 B
YAML
|
pipeline:
|
||
|
push:
|
||
|
image: crowdin/cli:3.7.8
|
||
|
commands:
|
||
|
- cp crowdin.example.yml crowdin.yml
|
||
|
- sed -i 's/-removed-/'"$CROWDIN_TOKEN"'/' crowdin.yml
|
||
|
- crowdin push
|
||
|
secrets: [ CROWDIN_TOKEN ]
|
||
|
when:
|
||
|
event: [ push, tag ]
|
||
|
branch: main
|
||
|
path: [ app/src/main/res/values/strings.xml ]
|