We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65629ef commit baee468Copy full SHA for baee468
.github/workflows/build-push.yml
@@ -1,9 +1,6 @@
1
name: build preview
2
3
on:
4
- release:
5
- types:
6
- - published
7
pull_request:
8
branches:
9
- "*"
.github/workflows/slack-notification.yml
@@ -2,10 +2,8 @@ name: Slack notification for new theme release
-# workflow_run:
-# workflows:
-# - "documentation preview"
-# types: [completed]
+# repository_dispatch:
+# types: [trigger-slack-notification]
10
permissions:
11
contents: read
@@ -52,4 +50,5 @@ jobs:
52
50
}]
53
51
}
54
env:
+ SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
55
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
0 commit comments