From 203fc71e745e7fd95639b60be3ecf68d64729478 Mon Sep 17 00:00:00 2001 From: Joshua Sigona Date: Sat, 26 Jun 2021 18:26:15 +0900 Subject: [PATCH] Workflow change --- .github/workflows/node.js.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 85ca873..1f336c0 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -32,3 +32,15 @@ jobs: - name: Build run: npm run build + + - name: Deploy + run: + git config --global user.name sigonasr2 + git config --global user.email sigonasr2@yahoo.com + git remote set-url origin https://sigonasr2@github.com/ngsplanner + npm run deploy + env: + user_name: 'github-actions[bot]' + user_email: 'github-actions[bot]@users.noreply.github.com' + github_token: ${{ secrets.ACTIONS_DEPLOY_ACCESS_TOKEN }} + repository: ${{ github.repository }} \ No newline at end of file