Skip to content

Commit

Permalink
[ci skip] fix sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
thoutbeckers committed Oct 22, 2024
1 parent f21f9e1 commit 9aaee4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ sealed class BaseKalugaExtension(protected val versionCatalog: VersionCatalog, o

project.logger.info("🪧signingPassword not null? ${signingPassword != null} is empty? ${signingPassword?.isEmpty()}")

// Q: Is it weird/insecure to have this here? to put this here?
// Q: Is it weird/insecure to have this here?
// A: No. The files were in the repo before. This is just the same key, still passphrase protected.
// When rolling the GPG key (expires 2025-05-03) we could consider putting this whole key in an env however.
useInMemoryPgpKeys(
Expand Down

0 comments on commit 9aaee4a

Please sign in to comment.