mirror of
https://github.com/multipleof4/KalBot.git
synced 2026-03-16 21:41:02 +00:00
Sec: Hide Dokploy webhook behind GitHub Secret
This commit is contained in:
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -45,5 +45,5 @@ jobs:
|
|||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
||||||
- name: Trigger Dokploy Deployment
|
- name: Trigger Dokploy Deployment
|
||||||
run: curl -s "https://dok.planetrenox.com/api/deploy/9RCOfNPligV79PqJPa72j"
|
run: curl -s "${{ secrets.DOKPLOY_WEBHOOK_URL }}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user