Skip to content

Commit

Permalink
Add discord commits action
Browse files Browse the repository at this point in the history
  • Loading branch information
Arham4 authored Nov 19, 2023
1 parent bf8d82c commit 816bb77
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/discord.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Publish Commits to Discord

on:
- push

jobs:
publish-commits:
runs-on: ubuntu-latest
name: discord commits
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Discord Commits
uses: Sniddl/[email protected]
with:
webhook: ${{ secrets.PRIVATE_DISCORD_WEBHOOK }}
template: 'avatar-with-link'
include-extras: true

- name: Discord Commits
uses: Sniddl/[email protected]
with:
webhook: ${{ secrets.PUBLIC_DISCORD_WEBHOOK }}
template: 'avatar-with-link'
include-extras: true

0 comments on commit 816bb77

Please sign in to comment.