Skip to content

Commit

Permalink
Update staging-tn.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gouravmore authored Jan 10, 2025
1 parent b37c6e7 commit b825142
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/staging-tn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ jobs:
NODE_ENV: ${{ vars.NODE_ENV }}
FAST_REFRESH: ${{ vars.FAST_REFRESH }}
REACT_APP_ASR_API_KEY: ${{ secrets.REACT_APP_ASR_API_KEY }}
REACT_APP_AWS_ACCESS_KEY_ID: ${{ secrets.REACT_APP_AWS_ACCESS_KEY_ID }}
REACT_APP_AWS_SECRET_ACCESS_KEY: ${{secrets.REACT_APP_AWS_SECRET_ACCESS_KEY}}
CI: false # Disabling CI to not treat warnings as errors
run: npm run build

Expand Down

0 comments on commit b825142

Please sign in to comment.