electron/.github/main.workflow

11 lines
244 B
Text
Raw Normal View History

2019-04-28 00:53:08 +00:00
workflow "Clerk" {
#TODO(codebytere): make this work properly on pull_request
on = "repository_dispatch"
2019-04-28 00:53:08 +00:00
resolves = "Check release notes"
}
action "Check release notes" {
uses = "electron/clerk@master"
secrets = [ "GITHUB_TOKEN" ]
}