Update publish.yml

This commit is contained in:
William Harrison
2024-10-30 20:10:34 +08:00
committed by GitHub
parent d5f64ca594
commit 6ba75ac1fd
+5
View File
@@ -30,3 +30,8 @@ jobs:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
with:
args: push
- name: Trigger URL Webhook
env:
WEBHOOK_URL: ${{ secrets.URL_WEBHOOK }}
run: curl -X GET "$WEBHOOK_URL"