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