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 085e4f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ 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"

0 comments on commit 085e4f4

Please sign in to comment.