Skip to content

Commit

Permalink
Add webhook action
Browse files Browse the repository at this point in the history
  • Loading branch information
fl0rek committed Apr 29, 2024
1 parent 020573e commit d76d567
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: publish dev

on:
workflow_dispatch:
push:
branches:
- main
- gh-publish-webhook

jobs:
webhook:
runs-on: ubuntu-latest
steps:
- name: Invoke deployment hook
uses: distributhor/workflow-webhook@v3
with:
webhook_url: ${{ secrets.WEBHOOK_URL }}
webhook_secret: ${{ secrets.WEBHOOK_SECRET }}

0 comments on commit d76d567

Please sign in to comment.