diff --git a/.github/main.workflow b/.github/main.workflow new file mode 100644 index 0000000..5ada1cd --- /dev/null +++ b/.github/main.workflow @@ -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 }}" +}