mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 18:38:27 +03:00
stubbing out the crowdin sync workflow (#1497)
This commit is contained in:
parent
24a0396d0f
commit
6ca5b66aa7
1 changed files with 19 additions and 0 deletions
19
.github/workflows/crowdin-sync.yml
vendored
Normal file
19
.github/workflows/crowdin-sync.yml
vendored
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
name: Crowdin Sync
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
inputs: {}
|
||||||
|
#schedule:
|
||||||
|
# - cron: '0 0 * * *'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
crowdin-sync:
|
||||||
|
name: Autosync
|
||||||
|
runs-on: ubuntu-20.04
|
||||||
|
env:
|
||||||
|
CROWDIN_BASE_URL: "https://api.crowdin.com/api/v2/projects"
|
||||||
|
CROWDIN_PROJECT_ID: "269690"
|
||||||
|
steps:
|
||||||
|
- name: Checkout repo
|
||||||
|
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
|
||||||
|
|
Loading…
Reference in a new issue