Updated workflow

This commit is contained in:
phoenix
2025-11-01 16:34:51 -04:00
parent b6884f8bf3
commit 816a679aca
+9
View File
@@ -28,6 +28,15 @@ jobs:
eval $(ssh-agent -s)
ssh-add -v ~/.ssh/textsender_models_deploy_key
go env -w GOPRIVATE='${{ secrets.GIT_HOST_ROOT }}'
cat > ~/.gitconfig << "EOF"
[url "ssh://git@${{ secreats.GIT_HOST_ROOT }}"]
insteadOf = https://${{ secrets.GIT_HOST_ROOT }}
EOF
cat ~/.gitconfig
make build
test: