Skip to content

Commit

Permalink
Merge pull request #456 from cornell-dti/pratyush/fix-deployment
Browse files Browse the repository at this point in the history
Fix Deployment Issues
  • Loading branch information
Atikpui007 authored Oct 1, 2023
2 parents 9528c20 + 1aeda5d commit add1161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
ANDROID_ARN=${{ secrets.ANDROID_ARN }},
HOSTNAME=${{ secrets.HOSTNAME }},
USE_HOSTNAME=${{ secrets.USE_HOSTNAME }},
OAUTH_CLIENT_ID=${{ secrets.OAUTH_CLIENT_ID }}
OAUTH_CLIENT_ID=${{ secrets.REACT_APP_CLIENT_ID }}
OAUTH_CLIENT_SECRET=${{ secrets.OAUTH_CLIENT_SECRET }}
REACT_APP_SERVER_URL=${{ secrets.REACT_APP_SERVER_URL }},
REACT_APP_CLIENT_ID=${{ secrets.REACT_APP_CLIENT_ID }},
Expand Down

0 comments on commit add1161

Please sign in to comment.