fix: disable gpg signing on forgejo
Some checks failed
Build_Deploy / deploy_dns (push) Blocked by required conditions
Build_Deploy / deploy_active (active) (push) Blocked by required conditions
Build_Deploy / deploy_active (active-core) (push) Blocked by required conditions
Build_Deploy / deploy_active (active-ext) (push) Blocked by required conditions
Build_Deploy / linter (push) Successful in 5s
Build_Deploy / build (push) Has been cancelled
Some checks failed
Build_Deploy / deploy_dns (push) Blocked by required conditions
Build_Deploy / deploy_active (active) (push) Blocked by required conditions
Build_Deploy / deploy_active (active-core) (push) Blocked by required conditions
Build_Deploy / deploy_active (active-ext) (push) Blocked by required conditions
Build_Deploy / linter (push) Successful in 5s
Build_Deploy / build (push) Has been cancelled
This commit is contained in:
parent
cd10457035
commit
2fc07e49aa
1 changed files with 6 additions and 6 deletions
|
@ -106,12 +106,12 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
# Allow for signing off merge requests
|
# Allow for signing off merge requests
|
||||||
"repository.signing" = {
|
# "repository.signing" = {
|
||||||
SIGNING_KEY = "5B2DED0FE9F8627A";
|
# SIGNING_KEY = "5B2DED0FE9F8627A";
|
||||||
SIGNING_NAME = "Skynet";
|
# SIGNING_NAME = "Skynet";
|
||||||
SIGNING_EMAIL = "forgejo@glados.skynet.ie";
|
# SIGNING_EMAIL = "forgejo@glados.skynet.ie";
|
||||||
MERGES = "always";
|
# MERGES = "always";
|
||||||
};
|
# };
|
||||||
|
|
||||||
# Sending emails is completely optional
|
# Sending emails is completely optional
|
||||||
# You can send a test email from the web UI at:
|
# You can send a test email from the web UI at:
|
||||||
|
|
Loading…
Reference in a new issue