diff --git a/.forgejo/workflows/build_release.yml b/.forgejo/workflows/build_release.yml index d0433332a..883ed2567 100755 --- a/.forgejo/workflows/build_release.yml +++ b/.forgejo/workflows/build_release.yml @@ -25,8 +25,7 @@ jobs: set -euo pipefail rm -rf .git git init . - git config --global http.sslVerify false - git remote add origin "https://copilot:${FORGEJO_TOKEN}@192.168.1.155:3030/${GITHUB_REPOSITORY}.git" + git remote add origin "http://copilot:${FORGEJO_TOKEN}@127.0.0.1:3030/${GITHUB_REPOSITORY}.git" git fetch --tags --prune --depth=1 origin "${GITHUB_SHA}" git checkout --force FETCH_HEAD @@ -280,3 +279,4 @@ jobs: "${release_api}/assets?name=${encoded_name}" \ > /dev/null done + \ No newline at end of file