From 3110e0aeb450098d05755f20bc43399022834279 Mon Sep 17 00:00:00 2001 From: simplifique Date: Thu, 12 Feb 2026 16:34:55 -0300 Subject: [PATCH] chore: change git remote URL protocol from HTTPS to HTTP in deploy workflow --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 8d3ed17..9cedb08 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -56,7 +56,7 @@ jobs: exit 1 fi - git remote set-url origin "https://${{ github.actor }}:${{ secrets.GITEA_TOKEN }}@172.35.0.216:3000/simplifique/Vendaweb-portal.git" + git remote set-url origin "http://${{ github.actor }}:${{ secrets.GITEA_TOKEN }}@172.35.0.216:3000/simplifique/Vendaweb-portal.git" git config user.name "Gitea Action" git config user.email "actions@simplifiquehc.com.br"