-
-
Notifications
You must be signed in to change notification settings - Fork 20
24 lines (23 loc) · 731 Bytes
/
release_discord.yml
File metadata and controls
24 lines (23 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
#################################
#################################
## Release to Discord ##
#################################
#################################
name: Release to Discord
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/releases-to-discord@v1
with:
webhook_url: ${{ secrets.WEBHOOK_URL }}
color: "2105893"
username: "PrintCFG Release"
avatar_url: "https://raw.githubusercontent.com/rootiest/zippy_guides/main/resources/logo.png"