Skip to content

Commit b447793

Browse files
add Zulip webhook
1 parent 3fc9e70 commit b447793

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/render-and-publish.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,14 @@ jobs:
5353
path: site
5454
env:
5555
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

Comments
 (0)