change forgejo work account email to fake one

hopefully this will make it possible to have signed commits
previously I tried using the protonmail one but I can't assign that to
both the work and my personal account and I'm for sure not leaking my
work email

forgejo by default allows these fake emails so hopefully this works
This commit is contained in:
work 2024-08-28 22:36:37 +02:00
parent f61ea95a50
commit 8236ec51ed
Signed by: work
SSH key fingerprint: SHA256:EkJKXioMMuAy1HJWpXOvEvwm2AfE/1LMG+v4/SzKdqA

View file

@ -10,7 +10,7 @@
condition = "hasconfig:remote.*.url:jacekpoz:*/**";
contents = {
user = {
email = "jacekpoz@proton.me";
email = "work@jacek.poz";
name = "work";
signingKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDmeOJA8S8P+Q8wgF57v8ygpVkj4qBp6iuclNGxeFv75";
};