Skip to content

Commit 0fa4304

Browse files
author
berfinyuksel
committed
Add reusable POEditor export workflow (retry)
1 parent ca4e104 commit 0fa4304

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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 }}
21+

0 commit comments

Comments
 (0)