add page build -> slack workflow
This commit is contained in:
parent
53c0da7099
commit
a7cc27cc55
1 changed files with 10 additions and 0 deletions
10
.github/main.workflow
vendored
Normal file
10
.github/main.workflow
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
workflow "New workflow" {
|
||||
on = "page_build"
|
||||
resolves = ["GitHub Action for Slack"]
|
||||
}
|
||||
|
||||
action "GitHub Action for Slack" {
|
||||
uses = "Ilshidur/action-slack@e820f544affdbb77c1dee6d3f752f7f2daf4a0b3"
|
||||
secrets = ["SLACK_WEBHOOK"]
|
||||
args = "The GitHub Page has been built by {{ EVENT_PAYLOAD.build.pusher.login }}"
|
||||
}
|
||||
Loading…
Reference in a new issue