Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
Create gitcord-release-changelogger.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tommerty authored Nov 14, 2023
1 parent c81e6bd commit e33b8a2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/gitcord-release-changelogger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
release:
types: [published]

jobs:
github-releases-to-discord:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Github Releases To Discord
uses: sillyangel/[email protected]
with:
webhook_url: ${{ secrets.WEBHOOK_URL }}
color: "cd514b"
username: "Doras.to Changelog"
avatar_url: "https://cdn.doras.to/doras/user/7127b817-e063-45f4-9781-1e910c3d9d64-0.7321400712250745.png"

0 comments on commit e33b8a2

Please sign in to comment.