Use Secret instead of plain auth token
Some checks failed
E2E Testing / test (push) Failing after 1m30s
Some checks failed
E2E Testing / test (push) Failing after 1m30s
This commit is contained in:
parent
83591580da
commit
c5e77b7b4b
@ -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 }}"}'
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user