Skip to content

Commit ff872e0

Browse files
committed
Merge branch 'feature-DATAAPI-43_apply-translation-manager-ci-action' into hotfix-3.7.7
2 parents cda8966 + 23f9328 commit ff872e0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ jobs:
2626
- name: Install dependencies
2727
uses: pixl8/github-action-box-install@v2
2828

29+
- name: Push to Translation Manager
30+
if: "env.PUBLISH == 'true'"
31+
uses: pixl8/github-action-push-to-translation-manager@v1
32+
with:
33+
translations_api_key: ${{ secrets.TRANSLATIONS_API_KEY }}
34+
2935
- name: Generate release version number
3036
if: "env.PUBLISH == 'true'"
3137
id: versiongen

0 commit comments

Comments
 (0)