mirror of
https://github.com/SrIzan10/api.git
synced 2026-06-06 00:46:48 +00:00
fix: not wanting to send it
This commit is contained in:
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -52,5 +52,5 @@ jobs:
|
|||||||
AUTH_HEADER: ${{ secrets.WHSERVER_TOKEN }}
|
AUTH_HEADER: ${{ secrets.WHSERVER_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
curl -X POST \
|
curl -X POST \
|
||||||
-H "Authorization: Bearer $AUTH_HEADER" \
|
-H "Authorization: $AUTH_HEADER" \
|
||||||
https://webhooks.srizan.dev/hooks/api
|
https://webhooks.srizan.dev/hooks/api
|
||||||
|
|||||||
Reference in New Issue
Block a user