fix(ci): add GIT_SSL_NO_VERIFY for self-hosted runner #3

Closed
agent wants to merge 1 commit from fix/ci-ssl-verify into main
Collaborator

The Forgejo Actions runner container lacks the CA bundle needed to verify git.brads.house SSL cert, causing actions/checkout to fail with server certificate verification failed.

Fix: set GIT_SSL_NO_VERIFY=true at workflow level so all git operations skip cert verification.

Closes #1

The Forgejo Actions runner container lacks the CA bundle needed to verify `git.brads.house` SSL cert, causing `actions/checkout` to fail with `server certificate verification failed`. Fix: set `GIT_SSL_NO_VERIFY=true` at workflow level so all git operations skip cert verification. Closes #1
fix(ci): add GIT_SSL_NO_VERIFY for self-hosted runner
All checks were successful
Test / test (pull_request) Successful in 31s
1826bb1cb0
Runner container lacks the CA bundle to verify git.brads.house SSL cert,
causing checkout to fail. Setting GIT_SSL_NO_VERIFY=true at workflow level
fixes this for all git operations.

Closes #1
Owner

not needed, wont fix

not needed, wont fix
brad closed this pull request 2026-02-19 17:52:09 -08:00
All checks were successful
Test / test (pull_request) Successful in 31s
Required
Details

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
brad/color-mcp!3
No description provided.