This commit is contained in:
+5
-10
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user