Use Secret instead of plain auth token
Some checks failed
E2E Testing / test (push) Failing after 1m30s

This commit is contained in:
sebastian 2024-02-15 19:25:54 +01:00
parent 83591580da
commit c5e77b7b4b

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