hercules-ci-agent-0.9.6: Runs Continuous Integration tasks on your machines
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hercules.Effect

Synopsis

Documentation

writeSecrets :: (MonadIO m, KatipContext m) => Bool -> Maybe SecretContext -> Maybe FilePath -> Map Text Text -> Map Text (Sensitive Secret) -> FilePath -> m () Source #

Write secrets to file based on secretsMap value

(=:) :: k -> a -> Map k a Source #