Skip to content

Commit ddc074f

Browse files
committed
feat: hook up discord webhook for annoucing to discord
This is for new updates
1 parent 664b950 commit ddc074f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,17 @@ jobs:
3939
- name: Deploy to GitHub Pages
4040
id: deployment
4141
uses: actions/deploy-pages@v4
42+
43+
announce-discord:
44+
runs-on: ubuntu-latest
45+
needs: deploy
46+
steps:
47+
- uses: actions/checkout@v3
48+
- uses: SethCohen/github-releases-to-discord@v1.16.2
49+
with:
50+
webhook_url: ${{ secrets.ANNOUNCE_WEBHOOK_URL }}
51+
color: '15299076'
52+
content: |
53+
||@everyone|| Website Update:
54+
Avalible at https://minecraft-essentials.github.io/
55+

0 commit comments

Comments
 (0)