Skip to content

Commit

Permalink
🔧 Migrate to zulip/github-actions (#1631)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie authored Mar 8, 2022
1 parent 0419d25 commit e6882c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ jobs:
- name: Set release version
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Announcement
uses: yuzutech/zulip-send-message[email protected]
uses: zulip/github-actions-zulip/send-message@v1
with:
username: ${{ secrets.ZULIP_USERNAME }}
email: ${{ secrets.ZULIP_USERNAME }}
api-key: ${{ secrets.ZULIP_API_KEY }}
organization-url: 'https://asciidoctor.zulipchat.com'
to: '279652'
Expand Down

0 comments on commit e6882c5

Please sign in to comment.