mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2025-12-30 18:58:29 +01:00
Update main.workflow
This commit is contained in:
2
.github/main.workflow
vendored
2
.github/main.workflow
vendored
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user