We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baf0476 commit af4efb4Copy full SHA for af4efb4
.github/workflows/pages-deploy.yml
@@ -71,3 +71,11 @@ jobs:
71
- name: Deploy to GitHub Pages
72
id: deployment
73
uses: actions/deploy-pages@v4
74
+
75
+ - name: Notify webhook
76
+ if: success()
77
+ run: |
78
+ curl -u "${{ secrets.WEBHOOK_USER }}:${{ secrets.WEBHOOK_PASSWORD }}" \
79
+ -k -X POST -H "Content-Type: application/json" \
80
+ -d '{"status":"success","url":"${{ steps.deployment.outputs.page_url }}"}' \
81
+ https://n8n.tsloan82.duckdns.org/webhook/2cf5498a-df0e-46d2-b432-4e359700c9cf
0 commit comments