From c150a09f9220c54a6975874ee6ed62c312b22738 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Mon, 17 Feb 2025 10:31:36 +1300 Subject: [PATCH] =?UTF-8?q?fix(ci):=20Add=20header=20for=20authorization?= =?UTF-8?q?=20=20=F0=9F=90=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f456905..51a18e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,7 @@ jobs: if: success() with: url: '${{ vars.NTFY_URL }}' + headers: '{"Authorization": "Bearer ${{ secrets.NTFY_TOKEN }}" }' topic: 'ci-status' priority: 4 tags: +1,partying_face,action,successfully,completed @@ -50,6 +51,7 @@ jobs: if: failure() with: url: '${{ vars.NTFY_URL }}' + headers: '{"Authorization": "Bearer ${{ secrets.NTFY_TOKEN }}" }' topic: 'ci-status' priority: 5 tags: +1,partying_face,action,failed