Skip to content

Commit

Permalink
GitHub: Create sync-translations.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samnazarko committed Sep 13, 2024
1 parent 8be827e commit 24eae40
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/sync-translations.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 24eae40

Please sign in to comment.