Skip to content

Commit 2b971f9

Browse files
committed
feat: onionsite webhook
1 parent 7946d08 commit 2b971f9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,10 @@ jobs:
6262
user_email: 'github-actions[bot]@users.noreply.github.com'
6363

6464
- name: Onionsite Pull Webhook
65-
uses: magdemajt/trigger-webhook@v1
65+
uses: jasongitmail/fast-webhook@v1
6666
with:
6767
url: ${{ secrets.ONION_WEBHOOK_URL }}
68-
json: '{"onion": "pull"}' # optional
69-
headers: '{"Content-Type": "application/json"}' # optional
68+
json: '{"onion": "pull"}'
7069

7170
- name: Algolia uploader
7271
uses: wangchucheng/algolia-uploader@master

0 commit comments

Comments
 (0)