From 04add5511cafd034d588a56ac5fe1f5989c7fcdf Mon Sep 17 00:00:00 2001 From: mkrause612 Date: Fri, 13 Feb 2026 16:55:15 -0600 Subject: [PATCH] Security: Remove temporary API token file - now stored in Vaultwarden --- docs/core/gitea-api-token-TEMPORARY.md | 33 -------------------------- 1 file changed, 33 deletions(-) delete mode 100644 docs/core/gitea-api-token-TEMPORARY.md diff --git a/docs/core/gitea-api-token-TEMPORARY.md b/docs/core/gitea-api-token-TEMPORARY.md deleted file mode 100644 index 1f224cb..0000000 --- a/docs/core/gitea-api-token-TEMPORARY.md +++ /dev/null @@ -1,33 +0,0 @@ -# 🔑 GITEA API TOKEN — TEMPORARY STORAGE - -**⚠️ MOVE TO VAULTWARDEN WHEN DEPLOYED — THEN DELETE THIS FILE ⚠️** - -**Created:** February 12, 2026 -**Purpose:** Temporary token storage until Vaultwarden is operational -**Action Required:** Delete this file after migrating to Vaultwarden - ---- - -## Claude Session Access Token - -**Token Name:** claude-session-access -**Token Value:** e0e330cba1749b01ab505093a160e4423ebbbe36 -**Scope:** All repositories (public, private, and forked) -**Permissions:** Select permissions per API route -**Generated:** February 11, 2026 - ---- - -## Usage - -Provide this token to Claude at session start. Claude uses it in API headers: -``` -Authorization: token e0e330cba1749b01ab505093a160e4423ebbbe36 -``` - -## REMINDER - -**This file is a temporary measure.** Once Vaultwarden is deployed: -1. Store token in Vaultwarden -2. Delete this file from the repository -3. Update SESSION-HANDOFF-PROTOCOL.md with Vaultwarden retrieval instructions