Skip to content

chore(deps-dev): bump vite from 5.2.11 to 5.2.14 in /web (#3) #15

chore(deps-dev): bump vite from 5.2.11 to 5.2.14 in /web (#3)

chore(deps-dev): bump vite from 5.2.11 to 5.2.14 in /web (#3) #15

Workflow file for this run

name: "Discord Commit"
on: [push]
jobs:
discord_notification:
if: github.event.repository.default_branch == github.ref_name
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run Discord Webhook
uses: solareon/discord-commits@main
with:
id: ${{ secrets.DISCORD_WEBHOOK_ID }}
token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}