Skip to content

Commit

Permalink
✨ Add env in github wokflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienBounoir committed Feb 14, 2023
1 parent b14b4b0 commit e55ca3c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ jobs:

env:
CI: false
REACT_APP_OAUTH2_LINK: ${{ secrets.REACT_APP_OAUTH2_LINK }}
REACT_APP_CLIENT_ID: ${{ secrets.REACT_APP_CLIENT_ID }}}
REACT_APP_CLIENT_SECRET: ${{ secrets.REACT_APP_CLIENT_SECRET}}
REACT_APP_HOSTNAME: ${{ secrets.REACT_APP_HOSTNAME }}}
REACT_APP_HOSTNAME_BACKEND: ${{ secrets.REACT_APP_HOSTNAME_BACKEND }}}
REACT_APP_REDIRECT_URI: ${{ secrets.REACT_APP_REDIRECT_URI }}}

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e55ca3c

Please sign in to comment.