Skip to content

Commit c539231

Browse files
author
berfinyuksel
committed
Add new-poeditor-export.yml and backup existing poeditor-export.yml
1 parent ed45e89 commit c539231

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: "Trigger POEditor Translations Export"
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches:
7+
- "[0-9]+.x"
8+
- "docs_actions"
9+
- "main"
10+
paths:
11+
- "src/Resources/translations/admin.en.yml"
12+
13+
permissions:
14+
contents: read
15+
16+
jobs:
17+
poeditor:
18+
uses: pimcore/workflows-collection-public/.github/workflows/reusable-poeditor.yaml@main
19+
secrets:
20+
POEDITOR_ACTION_TRIGGER_TOKEN: ${{ secrets.POEDITOR_ACTION_TRIGGER_TOKEN }}
File renamed without changes.

0 commit comments

Comments
 (0)