From 38510e733967913dfb465eb31cf755d646b25f24 Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Thu, 24 Jan 2019 22:12:50 +0100 Subject: [PATCH] Update main.workflow --- .github/main.workflow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/main.workflow b/.github/main.workflow index 6debc43..2787f56 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -16,7 +16,7 @@ action "npm run build" { action "Shell" { uses = "veggiemonk/bin/git@master" - args = "status" + args = "TOKEN=$GITHUB_TOKEN node buildMetadata.js && ./push.sh" needs = ["npm run build"] secrets = ["GITHUB_TOKEN"] env = {