Skip to content

Commit

Permalink
teste webhooks proxy 08
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbarnabedikartola committed Nov 15, 2024
1 parent ff1501c commit e9ec592
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,16 @@ jobs:
# "branch": "${{ github.ref_name }}",
# "url": "https://github.com/${{ github.repository }}"
# }'
# - name: Invoke deployment hook
# uses: distributhor/workflow-webhook@v3
# with:
# webhook_url: https://nebulaapi.nimbusnetwork.dev/webhook
# webhook_secret: ${{ secrets.WEBHOOK_SECRET }}
# data: '{ "event_type": "${{ github.repository }}", "branch": "${{ github.ref_name }}", "url": "https://github.com/${{ github.repository }}"}'

- name: Invoke deployment hook
uses: johannes-huther/webhook.sh@v1
env:
webhook_url: https://nebulaapi.nimbusnetwork.dev/webhook
webhook_secret: ${{ secrets.WEBHOOK_TOKEN }}
data: '{ "event_type": "${{ github.repository }}", "branch": "${{ github.ref_name }}", "url": "https://github.com/${{ github.repository }}"}'

0 comments on commit e9ec592

Please sign in to comment.