From cf9a3449e279bd0b4d5a04ab31018a8633d8ce3f Mon Sep 17 00:00:00 2001 From: Alex Kuzmin Date: Mon, 3 Oct 2022 23:27:17 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Set=20app=20name=20and=20descrip?= =?UTF-8?q?tion=20env=20variables?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/node.js.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 382f896..7c8b841 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -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