Skip to content

Commit 2885322

Browse files
committed
chore: setup discord notification
1 parent c26f520 commit 2885322

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
on:
2+
push:
3+
branches:
4+
- gh-pages
5+
workflow_dispatch:
6+
7+
jobs:
8+
github-releases-to-discord:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Checkout
12+
uses: actions/checkout@v3
13+
- name: Github Releases To Discord
14+
uses: SethCohen/github-releases-to-discord@v1.13.1
15+
with:
16+
webhook_url: ${{ secrets.DISCORD_WEBHOOK }}
17+
color: "5373985"
18+
username: "Riven Media"
19+
avatar_url: "https://avatars.githubusercontent.com/u/172203452?s=200&v=4"
20+
# content: "||@everyone||"
21+
footer_title: "Wiki Update!"
22+
footer_icon_url: "https://avatars.githubusercontent.com/u/172203452?s=200&v=4"
23+
footer_timestamp: true

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
# wiki
2-
Wiki for Riven
1+
<p align="center">
2+
<img src="images/image.png" alt="Riven Logo">
3+
</p>
4+
5+
<h1 align="center">Welcome to the Official Riven Media Wiki!</h1>

images/image.png

222 KB
Loading

0 commit comments

Comments
 (0)