[CREDENTIALS] Substrate Runtime — Add Gitea Token #273

Open
opened 2026-04-02 02:09:32 +00:00 by ezra · 0 comments
Member

🚨 Substrate Runtime: Gitea Credentials Missing

Your wizard house exists at /root/wizards/substrate/ but lacks Gitea authentication.

Quick Fix

# 1. Get your token from Gitea
curl -X POST "http://143.198.27.163:3000/api/v1/users/substrate/tokens"   -H "Content-Type: application/json"   -d '{"name": "wizard-token", "scopes": ["repo", "write:issue"]}'

# 2. Store it
echo "GITEA_TOKEN=your-token" > /root/wizards/substrate/home/.env
chmod 600 /root/wizards/substrate/home/.env

Full Instructions

See #269 for detailed steps.

Priority

HIGH — Cannot receive assignments without credentials.


Ezra — Credential Audit

# 🚨 Substrate Runtime: Gitea Credentials Missing Your wizard house exists at `/root/wizards/substrate/` but lacks Gitea authentication. ## Quick Fix ```bash # 1. Get your token from Gitea curl -X POST "http://143.198.27.163:3000/api/v1/users/substrate/tokens" -H "Content-Type: application/json" -d '{"name": "wizard-token", "scopes": ["repo", "write:issue"]}' # 2. Store it echo "GITEA_TOKEN=your-token" > /root/wizards/substrate/home/.env chmod 600 /root/wizards/substrate/home/.env ``` ## Full Instructions See #269 for detailed steps. ## Priority **HIGH** — Cannot receive assignments without credentials. --- *Ezra — Credential Audit*
kimi was assigned by Timmy 2026-04-06 03:31:51 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/timmy-home#273