fix token

This commit is contained in:
austnv
2026-06-21 22:24:04 +03:00
parent 0c9464d624
commit 53a2ba5885
+1 -1
View File
@@ -50,7 +50,7 @@ jobs:
# Отправляем запрос
RESPONSE=$(curl -s -w "\n%{http_code}" \
-X POST \
-H "Authorization: token ${{ secrets.RELEASE_TOKEN }}" \
-H "Authorization: Bearer ${{ secrets.RELEASE_TOKEN }}" \
-H "Content-Type: application/json" \
-d "$JSON_PAYLOAD" \
"https://git.uvpn.shop/api/v1/repos/${{ gitea.repository }}/releases")