Update main.workflow

This commit is contained in:
Julien Bisconti 2019-01-24 22:12:50 +01:00 committed by GitHub
parent 026ce03faf
commit 38510e7339
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ action "npm run build" {
action "Shell" { action "Shell" {
uses = "veggiemonk/bin/git@master" uses = "veggiemonk/bin/git@master"
args = "status" args = "TOKEN=$GITHUB_TOKEN node buildMetadata.js && ./push.sh"
needs = ["npm run build"] needs = ["npm run build"]
secrets = ["GITHUB_TOKEN"] secrets = ["GITHUB_TOKEN"]
env = { env = {