Skip to content

Commit

Permalink
Merge pull request #195 from shafin-deriv/shafin/BOT/chore-test-workflow
Browse files Browse the repository at this point in the history
chore: check staging workflow with env vars
  • Loading branch information
shafin-deriv authored Dec 13, 2024
2 parents d7fa2b1 + 187bb50 commit 09a9525
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Build staging
run: npm run build
env:
NODE_ENV: ${{ vars.NODE_ENV }}
R2_PROJECT_NAME: ${{ vars.R2_PROJECT_NAME }}
TRANSLATIONS_CDN_URL: ${{ vars.TRANSLATIONS_CDN_URL }}
CROWDIN_BRANCH_NAME: staging
Expand Down

0 comments on commit 09a9525

Please sign in to comment.