Skip to content

Commit

Permalink
🔄 synced local '.github/' with remote 'repo-template/.github/'
Browse files Browse the repository at this point in the history
  • Loading branch information
qbox-duck[bot] committed Dec 6, 2023
1 parent 9402fa3 commit fde7fd3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/discord-commit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "Discord Commit"

on: [push]

jobs:
report-status:
if: github.event.repository.default_branch == github.ref_name
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.1
- name: Discord Webhook
uses: ChatDisabled/discord-commits@main
with:
id: ${{ secrets.WEBHOOK_ID }}
token: ${{ secrets.WEBHOOK_TOKEN }}
2 changes: 2 additions & 0 deletions .github/workflows/discord-release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: "Discord Releases"

on:
release:
types: [published]
Expand Down

0 comments on commit fde7fd3

Please sign in to comment.