This commit is contained in:
@@ -50,7 +50,7 @@ jobs:
|
|||||||
# Отправляем запрос
|
# Отправляем запрос
|
||||||
RESPONSE=$(curl -s -w "\n%{http_code}" \
|
RESPONSE=$(curl -s -w "\n%{http_code}" \
|
||||||
-X POST \
|
-X POST \
|
||||||
-H "Authorization: Bearer ${{ secrets.RELEASE_TOKEN }}" \
|
-H "Authorization: token ${{ secrets.ACCESS_TOKEN }}" \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
-d "$JSON_PAYLOAD" \
|
-d "$JSON_PAYLOAD" \
|
||||||
"https://git.uvpn.shop/api/v1/repos/${{ gitea.repository }}/releases")
|
"https://git.uvpn.shop/api/v1/repos/${{ gitea.repository }}/releases")
|
||||||
|
|||||||
Reference in New Issue
Block a user