From f9c1c431d1211aa4f93924bdc16797c4e77fcb2e Mon Sep 17 00:00:00 2001 From: Charles Chin Date: Fri, 1 Dec 2023 19:53:54 +0800 Subject: [PATCH] feat: onionsite webhook --- .github/workflows/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b7d21279dbd..9c5f6dc039d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -61,6 +61,13 @@ jobs: user_name: 'github-actions[bot]' user_email: 'github-actions[bot]@users.noreply.github.com' + - name: Onionsite Pull Webhook + uses: magdemajt/trigger-webhook@v1 + with: + url: ${{ secrets.ONION_WEBHOOK_URL }} + # json: '{"foo": "bar"}' # optional + # headers: '{"Content-Type": "application/json"}' # optional + - name: Algolia uploader uses: wangchucheng/algolia-uploader@master with: