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