mirror of
https://github.com/bitwarden/browser
synced 2025-01-16 20:33:55 +01:00
adding stub for crowdin sync testing
This commit is contained in:
parent
a61598253c
commit
352af010cd
18
.github/workflows/crowdin-sync.yml
vendored
Normal file
18
.github/workflows/crowdin-sync.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
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: "268134"
|
||||||
|
steps:
|
||||||
|
- name: Checkout repo
|
||||||
|
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
|
Loading…
Reference in New Issue
Block a user