Update CI setup docs: REGISTRY_PAT now SOPS-managed in homelab
ci / markdown (push) Waiting to run

This commit is contained in:
Story Crater Bot
2026-08-23 16:15:54 -07:00
parent 5bda2b71e4
commit 4c1ab973fc
2 changed files with 104 additions and 10 deletions
+5 -10
View File
@@ -2,19 +2,14 @@
## 🚀 Setup
### 1. Get Registry Token
```bash
# Ask for the 'rock' org token (already has write:package)
# OR create one: https://git.riotpiao.com/user/settings/tokens
# - Scope: write:package
# - Copy the token value
```
### 2. Add Secret to Repository
### 1. Add Secret to Repository
```bash
# Go to: https://git.riotpiao.com/rock/poimen-memory/settings/secrets
# Add: Name=REGISTRY_PAT, Value=<token>
# Add: Name=REGISTRY_PAT, Value=bdf6a1d2317c28a332447083c61bb463d24defb7
# Save
# (This token is encrypted & managed in homelab via SOPS)
# See: CI-SETUP-WITH-KSOPS.md for details
```
### 3. Push to Trigger Build