Skip to content

Commit

Permalink
feat: onionsite webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
eallion committed Dec 1, 2023
1 parent dd0084c commit f9c1c43
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f9c1c43

Please sign in to comment.