Skip to content

Commit

Permalink
Merge pull request #203 from walkero-gr/make-announcement-in-discord
Browse files Browse the repository at this point in the history
Make announcement in discord
  • Loading branch information
afxgroup authored Aug 18, 2024
2 parents ba506bb + 9e09a54 commit a5ee4e6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/makeRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,11 @@ jobs:
# password:
# server-dir: ./upload
# local-dir: /opt/code/os4depot-release/
- name: Notify on Discord on successful release
uses: appleboy/discord-action@master
with:
webhook_id: ${{ secrets.DISCORD_ANNOUNCEMENTS_ID }}
webhook_token: ${{ secrets.DISCORD_ANNOUNCEMENTS_TOKEN }}
message: "New release of clib4: **${{ github.event.release.tag_name }}** has been created. Check it out at: https://github.com/AmigaLabs/clib4/releases/tag/${{ github.event.release.tag_name }}"
username: GitHub Actions
avatar_url: "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"

0 comments on commit a5ee4e6

Please sign in to comment.