Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz committed Sep 4, 2024
1 parent 32e211a commit 3fdd92d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,22 @@ name: "Translate"
on:
push:
branches:
- "main"
- "add_transifex_ci"
schedule:
- cron: "0 0 * * *"

jobs:
refresh-translations:
permissions:
contents: "write"
pull-requests: "write"
name: "Push - Pull"
uses: "glpi-project/plugin-translation-workflows/.github/workflows/translation.yml@v1"
uses: "stonebuzz/plugin-translation-workflows/.github/workflows/translation.yml@v1"
secrets:
tx_token: "${{ secrets.TRANSLATE_TOKEN }}"
based_branch: "main"
tx_organisation: "teclib"
tx_project: "glpi-project-plugin-escalade"
tx_resource: "escalade-pot"


0 comments on commit 3fdd92d

Please sign in to comment.