Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lsagetlethias committed Jan 16, 2025
1 parent 42edaa4 commit 3ce205f
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,8 @@ export const config = {
process.env.TEMPLATES_GIT_URL,
"https://github.com/incubateur-ademe/legal-site-templates-test",
),
// gpgPrivateKey: ensureApiEnvVar(process.env.TEMPLATES_GIT_GPG_PRIVATE_KEY, ""),
get gpgPrivateKey() {
console.warn("TEMPLATES_GIT_GPG_PRIVATE_KEY is not supported yet");
return "";
},
// gpgPassphrase: ensureApiEnvVar(process.env.TEMPLATES_GIT_GPG_PASSPHRASE, ""),
get gpgPassphrase() {
console.warn("TEMPLATES_GIT_GPG_PASSPHRASE is not supported yet");
return "";
},
gpgPrivateKey: ensureApiEnvVar(process.env.TEMPLATES_GIT_GPG_PRIVATE_KEY, ""),
gpgPassphrase: ensureApiEnvVar(process.env.TEMPLATES_GIT_GPG_PASSPHRASE, ""),
committer: {
email: ensureApiEnvVar(process.env.TEMPLATES_GIT_COMMITTER_EMAIL, "bot@email.com"),
name: ensureApiEnvVar(process.env.TEMPLATES_GIT_COMMITTER_NAME, "Bot"),
Expand Down

0 comments on commit 3ce205f

Please sign in to comment.