review fixes

This commit is contained in:
x032205
2025-05-14 23:52:05 -04:00
parent 3f74d3a80d
commit 827cb35194
18 changed files with 99 additions and 5 deletions

View File

@@ -34,7 +34,6 @@ description: "How to sync secrets from Infisical to Heroku"
- **No Import - Overwrite all values in Heroku**: Sync secrets and overwrite any existing secrets in Heroku.
- **Import - Prefer values from Infisical**: Import secrets from Heroku to Infisical; if a secret with the same name already exists in Infisical, do nothing. Afterwards, sync secrets to Heroku.
- **Import - Prefer values from Heroku**: Import secrets from Heroku to Infisical; if a secret with the same name already exists in Infisical, replace its value with the one from Heroku. Afterwards, sync secrets to Heroku.
- Key Schema: Template that determines how secret names are transformed when syncing, using `{{secretKey}}` as a placeholder for the original secret name.
![integrations heroku](../../images/integrations/heroku/integrations-heroku.png)
</Step>