Skip to content

Commit

Permalink
Testing sending zulip messages using GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
snomos committed Oct 25, 2023
1 parent 4b73632 commit 319efdf
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/zulip.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Send Zulip message
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Send a stream message
uses: zulip/github-actions-zulip/send-message@v1
with:
api-key: ${{ secrets.ZULIP_API_KEY }}
email: "github-bot@giella.zulipchat.com"
organization-url: "https://giella.zulipchat.com"
to: "zxx"
type: "stream"
topic: "Castle"
content: "I come not, friends, to steal away your hearts."

0 comments on commit 319efdf

Please sign in to comment.