Skip to content

Commit

Permalink
Rename env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pratyush1712 authored Sep 18, 2023
1 parent 664e206 commit 1aeda5d
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 1aeda5d

Please sign in to comment.