refactor(workflows): replace hardcoded webhook URL with secret for improved security in Docker publish workflows
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m50s

This commit is contained in:
2026-02-16 15:31:47 +07:00
parent 5cc19b8c3e
commit 336a5b42a6
3 changed files with 191 additions and 6 deletions
+1 -1
View File
@@ -56,4 +56,4 @@ jobs:
- name: Trigger container update webhook
run: |
curl -X POST -sS --fail https://docker.shts.su/api/webhooks/d3fd3b6a-c670-4035-9357-2fde8aa76b6e
curl -X POST -sS --fail "${{ secrets.portainer_webhook }}"
+1 -1
View File
@@ -48,4 +48,4 @@ jobs:
- name: Trigger container update webhook
run: |
curl -X POST -sS --fail https://docker.shts.su/api/webhooks/d3fd3b6a-c670-4035-9357-2fde8aa76b6e
curl -X POST -sS --fail "${{ secrets.portainer_webhook }}"