79218429

Date: 2024-11-23 17:25:57
Score: 0.5
Natty:
Report link

Found the answer while in the middle of submitting the question.

  1. Ensure to run dotenvx decrypt to not lose secrets
  2. Remove the keys (back them up just to be safe)
    • DOTENV_PUBLIC_KEY from .env
    • DOTENV_PRIVATE_KEY from .env.keys
  3. Run dotenvx encrypt - Solves the problem, now there is a new public and private key pair
  4. Cleanup .env & .env.keys from extra generated comments due to new key pair
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: nakakapagpabagabag