diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 2ac5e92..d0a81d8 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -26,7 +26,8 @@ jobs: - run: npm install - run: npm run generate - run: npm run test - - run: echo ${{ secrets.env_local }} > ./..env.local + - run: echo ${{ secrets.ENV_LOCAL }} > ./.env.local + - run: cat ./.env.local - run: npm run build - run: npm run export - name: Gamejutsu Frontend Build