Try Without auth keyword in workflow-file
Some checks failed
E2E Testing / test (push) Failing after 1m35s
Some checks failed
E2E Testing / test (push) Failing after 1m35s
This commit is contained in:
parent
c5e77b7b4b
commit
421929f428
@ -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 }}'
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user