remove that if

This commit is contained in:
Jerry
2025-10-07 19:13:06 +05:00
committed by GitHub
parent 0b9656c17a
commit 72de18abbc

View File

@@ -18,7 +18,6 @@ jobs:
run: exit 1
- name: Send webhook with Authorization header
if: ${{ secrets.TEST_WEBHOOK_TOKEN != '' }}
run: |
curl -X POST \
-H "Authorization: Bearer ${{ secrets.SECRETS_PRIVATE_KEY }}" \