Skip to content

Commit

Permalink
Merge pull request #97 from nada-deriv/nada/translations-yml-change
Browse files Browse the repository at this point in the history
Nada/translations yml change
  • Loading branch information
ali-hosseini-deriv authored Jun 4, 2024
2 parents 1ebb8c2 + 8f26b44 commit fa7012b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build staging and Deploy to Cloudflare Pages
on:
push:
branches:
- 'main'
- 'master'

concurrency:
group: cloudflare-pages-build-staging
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: Sync translations
uses: deriv-com/translations/.github/actions/extract_and_sync_translations@main
with:
PROJECT_NAME: ${{ secrets.VITE_PROJECT_NAME }}
CROWDIN_BRANCH_NAME: ${{ secrets.VITE_CROWDIN_BRANCH_NAME }}
PROJECT_NAME: ${{ vars.VITE_PROJECT_NAME }}
CROWDIN_BRANCH_NAME: ${{ vars.VITE_CROWDIN_BRANCH_NAME }}
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
R2_ACCOUNT_ID: ${{ secrets.R2_ACCOUNT_ID }}
Expand Down

0 comments on commit fa7012b

Please sign in to comment.