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:
parent
f61ea95a50
commit
8236ec51ed
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
condition = "hasconfig:remote.*.url:jacekpoz:*/**";
|
condition = "hasconfig:remote.*.url:jacekpoz:*/**";
|
||||||
contents = {
|
contents = {
|
||||||
user = {
|
user = {
|
||||||
email = "jacekpoz@proton.me";
|
email = "work@jacek.poz";
|
||||||
name = "work";
|
name = "work";
|
||||||
signingKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDmeOJA8S8P+Q8wgF57v8ygpVkj4qBp6iuclNGxeFv75";
|
signingKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDmeOJA8S8P+Q8wgF57v8ygpVkj4qBp6iuclNGxeFv75";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue