blob: fdaf83084aaaad83fb528bb9cf2179acf18023e3 [file] [log] [blame]
workflow "Update Trunk CDN" {
on = "push"
resolves = ["Incremental"]
}
action "Incremental" {
uses = "./Scripts/"
secrets = ["GITHUB_TOKEN"]
TO_REPO = "orta/CDN-Specs"
TO_BRANCH = "master"
}