Try Without auth keyword in workflow-file
Some checks failed
E2E Testing / test (push) Failing after 1m35s

This commit is contained in:
sebastian 2024-02-15 19:34:23 +01:00
parent c5e77b7b4b
commit 421929f428

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: '{"authorization": "${{ NTFY_HEADERS }}"}' headers: '${{ NTFY_HEADERS }}'