Try with auth keyword and corrected secrets access
All checks were successful
E2E Testing / test (push) Successful in 1m35s

This commit is contained in:
sebastian 2024-02-15 19:39:47 +01:00
parent 950e5c6862
commit 2df67dd99d

View File

@ -26,6 +26,6 @@ jobs:
with: with:
url: ${{ secrets.NTFY_URL }} url: ${{ secrets.NTFY_URL }}
topic: ${{ secrets.NTFY_TOPIC }} topic: ${{ secrets.NTFY_TOPIC }}
headers: '${{ secrets.NTFY_HEADERS }}' headers: '{"authorization": "${{ secrets.NTFY_HEADERS }}"}'