Skip to content

test: translation key #1

test: translation key

test: translation key #1

name: "Trigger POEditor Translations Export"
on:
workflow_dispatch:
push:
branches:
- "[0-9]+.x"
paths:
- 'src/Resources/translations/admin.en.yml'
permissions:
contents: read
jobs:
poeditor:
runs-on: ubuntu-latest
steps:
- name: Trigger workflow in pimcore/poeditor-export-action
env:
GH_TOKEN: ${{ secrets.POEDITOR_ACTION_TRIGGER_TOKEN }}
run: |
gh workflow run -R pimcore/poeditor-export-action poeditor-export.yaml