dev: use forgejo-cli (fj) instead of tea

This commit is contained in:
every.channel 2026-02-15 17:24:44 -05:00
parent 6cb4a9e401
commit 77dc6788f0
No known key found for this signature in database
4 changed files with 10 additions and 12 deletions

View file

@ -8,7 +8,7 @@ CI should prefer Forgejo Actions secrets (e.g. `CLOUDFLARE_API_TOKEN`) rather th
- `secrets/secrets.nix`: recipients + secret file mapping
- `secrets/cloudflare-api-token.age`: encrypted Cloudflare API token (optional)
- `secrets/codeberg-token.age`: encrypted Codeberg/Forgejo token for `tea` (optional)
- `secrets/codeberg-token.age`: encrypted Codeberg/Forgejo token for `fj` (optional)
## Create / edit secrets (local)
@ -35,4 +35,3 @@ agenix -d cloudflare-api-token.age
## Decryption identity
`agenix` decrypts using your local SSH key material. The private key must be available locally but is never committed to the repo.