From 53a2ba58859e4878de8d584626b8491f5af15afa Mon Sep 17 00:00:00 2001 From: austnv Date: Sun, 21 Jun 2026 22:24:04 +0300 Subject: [PATCH] fix token --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 5e8991d..80b842f 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -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")