From 65cb93f70b5c46eae53245fdd7800595853a164b Mon Sep 17 00:00:00 2001 From: Matthias Guillitte Date: Thu, 16 Jul 2026 18:22:21 +0200 Subject: [PATCH] test :( --- .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 1924b5f..e2098b9 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -35,5 +35,6 @@ jobs: needs: build-image runs-on: ubuntu-latest steps: + - name: Notify Watchtower - run: "curl -i -X POST -H \"Authorization: Bearer ${{ secrets.WATCHTOWER_TOKEN }}\" https://watchtower.smartwave.matthiasg.dev/v1/update" \ No newline at end of file + run: "echo \"${{ secrets.WATCHTOWER_TOKEN }}\" && curl -i -X POST -H \"Authorization: Bearer ${{ secrets.WATCHTOWER_TOKEN }}\" https://watchtower.smartwave.matthiasg.dev/v1/update" \ No newline at end of file