Skip to content

Commit 7ae1b7a

Browse files
committed
Fix workflows
1 parent e901a09 commit 7ae1b7a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/locales-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
uses: "glpi-project/plugin-translation-workflows/.github/workflows/transifex-sync.yml@v1"
1212
secrets:
1313
github-token: "${{ secrets.LOCALES_SYNC_TOKEN }}"
14-
transifex-token: "${{ secrets.TRANSIFEX_TOKEN }}"
14+
transifex-token: "${{ secrets.TSMR_TRANSIFEX_TOKEN }}"

.github/workflows/locales-update-source.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
name: "Push locales sources"
1111
uses: "glpi-project/plugin-translation-workflows/.github/workflows/transifex-push-sources.yml@v1"
1212
secrets:
13-
transifex-token: "${{ secrets.TRANSIFEX_TOKEN }}"
13+
transifex-token: "${{ secrets.TSMR_TRANSIFEX_TOKEN }}"

0 commit comments

Comments
 (0)