Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Support adding search button to favorites #2031

Support adding search button to favorites

Support adding search button to favorites #2031

Workflow file for this run

name: 'Webhook'
on:
push:
pull_request:
types:
- "opened"
- "closed"
- "reopened"
release:
types:
- "published"
workflow_run:
workflows:
- "Build"
- "Hotfix"
- "Lint"
- "Release"
- "SonarCloud"
- "Submodules"
types:
- "completed"
issues:
types:
- "opened"
- "closed"
- "reopened"
issue_comment:
types:
- "created"
jobs:
webhook:
runs-on: ubuntu-latest
steps:
- name: 'Checkout code'
uses: actions/checkout@v3
- name: Send webhook
env:
DEV_WEBHOOK: "https://discord.com/api/webhooks/${{ secrets.DEV_WEBHOOK_ID }}/${{ secrets.DEV_WEBHOOK_TOKEN }}"
run: python .github/workflow_data/webhook.py