Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/slack-notify.yml')
-rw-r--r--.github/workflows/slack-notify.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/slack-notify.yml b/.github/workflows/slack-notify.yml
new file mode 100644
index 0000000..f6aaa22
--- /dev/null
+++ b/.github/workflows/slack-notify.yml
@@ -0,0 +1,12 @@
+name: Slack Notification
+on: push
+jobs:
+ slackNotification:
+ name: Slack Notification
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2
+ - name: Slack Notification
+ uses: rtCamp/action-slack-notify@v2
+ env:
+ SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} \ No newline at end of file