From 24eae4093ee98d04903566c5d56c972c786b22fc Mon Sep 17 00:00:00 2001 From: Sam Nazarko Date: Fri, 13 Sep 2024 17:23:52 +0100 Subject: [PATCH] GitHub: Create sync-translations.yml --- .github/workflows/sync-translations.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/sync-translations.yml diff --git a/.github/workflows/sync-translations.yml b/.github/workflows/sync-translations.yml new file mode 100644 index 00000000..55bf957f --- /dev/null +++ b/.github/workflows/sync-translations.yml @@ -0,0 +1,16 @@ +name: Sync Files +on: + push: + branches: + - omega + workflow_dispatch: +jobs: + sync: + runs-on: ubuntu-latest + steps: + - name: Checkout Repository + uses: actions/checkout@main + - name: Run GitHub File Sync + uses: BetaHuhn/repo-file-sync-action@v1 + with: + GH_PAT: ${{ secrets.GH_PAT }}