34 lines
1.2 KiB
Markdown
34 lines
1.2 KiB
Markdown
---
|
|
id: 8a81e6d6-f0b8-4f47-8a97-001c41951053
|
|
type: problem
|
|
title: "CT 302 Gitea token expired - commit 2b6e59a is local-only"
|
|
tags: [gitea, claude-runner, authentication, token, homelab, pending]
|
|
importance: 0.6
|
|
confidence: 0.8
|
|
created: "2026-02-20T06:35:25.080716+00:00"
|
|
updated: "2026-02-20T06:35:25.080716+00:00"
|
|
---
|
|
|
|
# Gitea Access Token Expired on CT 302
|
|
|
|
## Problem
|
|
The embedded Gitea access token in the git remote URL on CT 302 (`/root/.claude`) has expired.
|
|
|
|
`git push origin main` returns **403 Forbidden**.
|
|
|
|
The remote URL contains token `0315053c5ddd229481bd1b5c3d47c7bb690c6fa7` which no longer works.
|
|
|
|
## Impact
|
|
Commit `2b6e59a` (health check enhancements: HTTP probes, Docker health detection, warning accumulator) is **local-only** on CT 302 and has not been pushed to `cal/claude-runner-monitoring` on Gitea.
|
|
|
|
## Fix Required
|
|
1. Generate a new personal access token in Gitea (git.manticorum.com)
|
|
2. Update the remote URL on CT 302:
|
|
```
|
|
git remote set-url origin https://<new-token>@git.manticorum.com/cal/claude-runner-monitoring.git
|
|
```
|
|
3. Push the pending commit: `git push origin main`
|
|
|
|
## Location
|
|
CT 302: `10.10.0.148`, repo at `/root/.claude/` (or similar path)
|