Skip to content

Commit

Permalink
Merge pull request #674 from tecpromotion/main
Browse files Browse the repository at this point in the history
test secret CROWDIN_PROJECT_ID
  • Loading branch information
tecpromotion authored Jul 1, 2023
2 parents 0530600 + b04d547 commit 9311b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/crowdin-v5-buildproject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
id: BuildV5CMS
uses: fjogeleit/[email protected]
with:
url: 'https://joomla.crowdin.com/api/v2/projects/18/translations/builds'
url: 'https://joomla.crowdin.com/api/v2/projects/${{ secrets.CROWDIN_PROJECT_ID }}/translations/builds'
method: 'POST'
contentType: 'application/json'
data: '{"targetLanguageIds": [],"skipUntranslatedStrings": true,"skipUntranslatedFiles": false,"exportWithMinApprovalsCount": 1}'
Expand Down

0 comments on commit 9311b58

Please sign in to comment.