Files
wiki/scripts/komodo-webhook.sh
vorpax c6896befa7
All checks were successful
Build and Push Quartz Wiki / build-and-push (push) Successful in 45s
feat: add komodo webhook script and comment out trigger in build-deploy workflow
2026-01-09 09:18:36 +01:00

3 lines
69 B
Bash

#!/usr/bin/bash
curl -X POST -d ${1} -H "Authorization: Bearer ${2}"