Skip to content

Commit

Permalink
env instead of uses
Browse files Browse the repository at this point in the history
  • Loading branch information
timbmg committed Jun 6, 2021
1 parent a338dd2 commit f840a08
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 @@ -12,7 +12,7 @@ jobs:
steps:
- name: Webhook
uses: distributhor/workflow-webhook@v2
with:
env:
webhook_url: "http://${{ secrets.VM_IP }}:${{ secrets.VM_WEBHOOK_PORT }}/hooks/redeploy-webhook"
data: '{ webhook_token: ${{secrets.WEBHOOK_TOKEN}} }'
verify_ssl: false

0 comments on commit f840a08

Please sign in to comment.