From 28467d29304ef349d6c91db37073c1e29e297e10 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Mon, 30 Dec 2024 20:57:32 +1300 Subject: [PATCH] chore(ci): Updated notifications to use token --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 984492a..7a69e7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,6 +101,7 @@ jobs: with: url: '${{ vars.NTFY_URL }}' title: Workflow success - ansible-role-auth-duo + headers: '{"Authorization": "Bearer ${{ secrets.NTFY_TOKEN }}" }' topic: 'ci-status' priority: 4 tags: +1,partying_face,action,successfully,completed @@ -114,6 +115,7 @@ jobs: with: url: '${{ vars.NTFY_URL }}' title: Workflow failed - ansible-role-auth-duo + headers: '{"Authorization": "Bearer ${{ secrets.NTFY_TOKEN }}" }' topic: 'ci-status' priority: 5 tags: -1,skull,action,failed