From 7474a27311cb0a0b84b3b2084c2f3c76f99d40b7 Mon Sep 17 00:00:00 2001 From: Matthias Guillitte Date: Thu, 16 Jul 2026 18:33:04 +0200 Subject: [PATCH] test 3 :((( --- .github/workflows/deploy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index cd6d713..4c1f978 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -37,4 +37,5 @@ jobs: steps: - name: Notify Watchtower - run: "curl -H \"Authorization: Bearer ${{ secrets.WATCHTOWER_TOKEN }}\" https://watchtower.smartwave.matthiasg.dev/v1/metrics && curl -i -X POST -H \"Authorization: Bearer ${{ secrets.WATCHTOWER_TOKEN }}\" https://watchtower.smartwave.matthiasg.dev/v1/update" \ No newline at end of file + # run: "curl -H \"Authorization: Bearer ${{ secrets.WATCHTOWER_TOKEN }}\" https://watchtower.smartwave.matthiasg.dev/v1/metrics && curl -i -X POST -H \"Authorization: Bearer ${{ secrets.WATCHTOWER_TOKEN }}\" https://watchtower.smartwave.matthiasg.dev/v1/update" + run: "curl -i -X POST -H \"Authorization: Bearer mySecretSmartwave\" https://watchtower.smartwave.matthiasg.dev/v1/update" \ No newline at end of file