Skip to content

Commit

Permalink
workflow-webhook@v2 updated args
Browse files Browse the repository at this point in the history
  • Loading branch information
timbmg committed Jun 6, 2021
1 parent 00b4a27 commit 89383c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
- name: Webhook
uses: distributhor/workflow-webhook@v2
with:
url: "http://${{ secrets.VM_IP }}:${{ secrets.VM_WEBHOOK_PORT }}/hooks/redeploy-webhook"
json: '{ webhook_token: ${{secrets.WEBHOOK_TOKEN}} }'
webhook_url: "http://${{ secrets.VM_IP }}:${{ secrets.VM_WEBHOOK_PORT }}/hooks/redeploy-webhook"
data: '{ webhook_token: ${{secrets.WEBHOOK_TOKEN}} }'

0 comments on commit 89383c7

Please sign in to comment.