diff --git a/.github/workflows/discord_sync.yml b/.github/workflows/discord_sync.yml new file mode 100644 index 0000000..6a92ee8 --- /dev/null +++ b/.github/workflows/discord_sync.yml @@ -0,0 +1,15 @@ +name: Discord Webhook + +on: [push] + +jobs: + git: + runs-on: ubuntu-latest + steps: + + - uses: actions/checkout@v2 + + - name: Run Discord Webhook + uses: johnnyhuy/actions-discord-git-webhook@main + with: + webhook_url: ${{ secrets.YOUR_DISCORD_WEBHOOK_URL }} diff --git a/README.md b/README.md index f840431..4e4c88f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # Hailey +![hailey](hailey.png) \ No newline at end of file diff --git a/hailey.png b/hailey.png new file mode 100644 index 0000000..5b75a73 Binary files /dev/null and b/hailey.png differ