Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Merge pull request #34 from ReGuilded/itznxthaniel/contributors_page_… #29

Merge pull request #34 from ReGuilded/itznxthaniel/contributors_page_…

Merge pull request #34 from ReGuilded/itznxthaniel/contributors_page_… #29

Workflow file for this run

name: Crowdin Action
on:
push:
branches: [ main ]
jobs:
synchronize-with-crowdin:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: crowdin action
uses: crowdin/[email protected]
with:
upload_translations: true
download_translations: true
env:
GITHUB_TOKEN: ${{ secrets.github_token }}
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}