🔄 synced local '.github/' with remote 'repo-template/.github/'

This commit is contained in:
qbox-duck[bot]
2023-12-04 18:32:00 +00:00
committed by GitHub
parent 7675beb1a2
commit 9524752773
2 changed files with 29 additions and 3 deletions
+19
View File
@@ -0,0 +1,19 @@
on:
release:
types: [published]
jobs:
github-releases-to-discord:
name: Discord Releases Changelog
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4.1.1
- name: Github Releases To Discord
uses: SethCohen/github-releases-to-discord@v1.13.1
with:
webhook_url: ${{ secrets.WEBHOOK_URL }}
color: "15852866"
username: ${{ github.event.repository.name }}
avatar_url: "https://i.imgur.com/Eh1yiLI.png"
footer_timestamp: true