Skip to content

Commit

Permalink
Create webhook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shysolocup authored Apr 11, 2024
1 parent a5ca3be commit f187cad
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/webhook.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Discord Webhook

on: [push]

jobs:
report-status:

runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Set up Java JDK 11
uses: actions/[email protected]
with:
distribution: 'adopt'
java-version: '11'
java-package: jdk
architecture: x64
- name: Run Discord Webhook
uses: baked-libs/discord-webhook@main
with:
id: ${{ secrets.WebhookId }}
token: ${{ secrets.WebhookToken }}

0 comments on commit f187cad

Please sign in to comment.