Skip to content

Commit

Permalink
Update S3-deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan-ttpl authored Jan 9, 2025
1 parent 08b4041 commit 7f33275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/S3-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
REACT_APP_AWS_S3_BUCKET_URL: ${{ vars.REACT_APP_AWS_S3_BUCKET_URL }}
REACT_APP_AWS_S3_BUCKET_NAME: ${{ vars.REACT_APP_AWS_S3_BUCKET_NAME }}
REACT_APP_AUTHTOKEN: ${{ vars.REACT_APP_AUTHTOKEN }}
REACT_APP_ASR_API_KEY: ${{ vars.REACT_APP_ASR_API_KEY }}
REACT_APP_ASR_API_KEY: ${{ secrets.REACT_APP_ASR_API_KEY }}
REACT_APP_APISLUG: ${{ vars.REACT_APP_APISLUG }}
PUBLIC_URL: ${{ vars.PUBLIC_URL }}
NODE_ENV: ${{ vars.NODE_ENV }}
Expand Down

0 comments on commit 7f33275

Please sign in to comment.