Skip to content

Commit

Permalink
webhook_secret added
Browse files Browse the repository at this point in the history
  • Loading branch information
timbmg committed Jun 6, 2021
1 parent af84bb4 commit 0de6a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
uses: distributhor/workflow-webhook@v2
env:
webhook_url: http://${{ secrets.VM_IP }}:${{ secrets.VM_WEBHOOK_PORT }}/hooks/redeploy-webhook
data: '{ webhook_token: ${{secrets.WEBHOOK_TOKEN}} }'
webhook_secret: ${{ secrets.WEBHOOK_TOKEN }}
verify_ssl: false

0 comments on commit 0de6a5d

Please sign in to comment.