diff --git a/.gitea/workflows/workflow.yaml b/.gitea/workflows/workflow.yaml index ce6952b..c35a549 100644 --- a/.gitea/workflows/workflow.yaml +++ b/.gitea/workflows/workflow.yaml @@ -31,16 +31,19 @@ jobs: go env -w GOPRIVATE='${{ secrets.GIT_HOST_ROOT }}' -# echo "Creating local .gitconfig" -# touch ~/.gitconfig -# cat > ~/.gitconfig << "EOF" -# [url "ssh://git@${{ secreats.GIT_HOST_ROOT }}"] -# insteadOf = https://${{ secrets.GIT_HOST_ROOT }} -# EOF + echo "Creating local .gitconfig" + touch ~/.gitconfig + cat > ~/.gitconfig << "EOF" + [url "ssh://git@${{ secrets.GIT_HOST_ROOT }}"] + insteadOf = https://${{ secrets.GIT_HOST_ROOT }} + EOF echo "Building binary" make build + echo "Binary built" + file textsender-auth + test: name: Test runs-on: ubuntu-24.04