Skip to content

Commit

Permalink
🩹 Set app name and description env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
alxkzmn committed Oct 3, 2022
1 parent 3526436 commit cf9a344
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
npm run build
env:
REACT_APP_SERVER_URL: ${{ secrets.REACT_APP_SERVER_URL }}
REACT_APP_GAME_NAME: ${{ secrets.REACT_APP_GAME_NAME }}
REACT_APP_GAME_DESCRIPTION: ${{ secrets.REACT_APP_GAME_DESCRIPTION }}

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit cf9a344

Please sign in to comment.