fix(ci): add GIT_SSL_NO_VERIFY for self-hosted runner #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/ci-ssl-verify"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Forgejo Actions runner container lacks the CA bundle needed to verify
git.brads.houseSSL cert, causingactions/checkoutto fail withserver certificate verification failed.Fix: set
GIT_SSL_NO_VERIFY=trueat workflow level so all git operations skip cert verification.Closes #1
not needed, wont fix
Pull request closed