We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc9e70 commit b447793Copy full SHA for b447793
1 file changed
.github/workflows/render-and-publish.yml
@@ -53,3 +53,14 @@ jobs:
53
path: site
54
env:
55
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56
+
57
+ - name: Send a stream message
58
+ uses: zulip/github-actions-zulip/send-message@v1
59
+ with:
60
+ api-key: ${{ secrets.ZULIP_API_KEY }}
61
+ email: "timothypratley@example.com"
62
+ organization-url: "https://org.zulipchat.com"
63
+ to: "150792"
64
+ type: "stream"
65
+ topic: "ClojureCivitas new posts"
66
+ content: "New update https://clojurecivitas.github.io/"
0 commit comments