From 439dc9ddefca6e9a03937e6de807c464cc5c91bf Mon Sep 17 00:00:00 2001 From: Wesley Cho Date: Sun, 1 Feb 2026 00:20:25 -0800 Subject: [PATCH] git login via https --- .gitea/workflows/demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index ffbfa24..6cd2f62 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -13,7 +13,7 @@ jobs: # We use single quotes around the secret to prevent shell interpretation # and the VM IP to bypass the 'server' DNS issue. run: | - echo '${{ secrets.GITEA_TOKEN }}' | docker login git.chopark.home:3000 --username ${{ github.actor }} --password-stdin + echo '${{ secrets.GITEA_TOKEN }}' | docker login https://git.chopark.home --username ${{ github.actor }} --password-stdin - name: Build and Push Docker Image run: |