diff --git a/src/index.py b/src/index.py index fd6432f..2f793bc 100644 --- a/src/index.py +++ b/src/index.py @@ -91,10 +91,10 @@ async def main(): missing_keys = ', '.join(missing_vars) await notify_error(f"Missing required environment variables: {missing_keys}\n") print("####################### Invalid credentials issue #############################") - print("Snorkell.ai auto-heals itself when keys are not present.") + print("Penify auto-heals itself when keys are not present.") print("You just need to rerun the action") print("If it still doesn't fix the issue, please follow the below steps:") - print("1. Copy the API key from the Snorkell dashboard - https://dashboard.snorkell.ai/snorkell-api-keys") + print("1. Copy the API key from the Snorkell dashboard - https://dashboard.penify.dev/snorkell-api-keys") print("2. Then go to your repository Settings -> Secrets & Variables -> Actions -> New repository secret") print("3. Create a new secret with the name SNORKELL_API_KEY") print("4. Paste the API key in the value field") @@ -105,13 +105,13 @@ async def main(): print("9. You will get the installation id in the URL.") print("10. Paste the installation id in the value field") print("11. Rerun the action") - print("If the issue still persists, please reach out to us at founders@snorkell.ai") + print("If the issue still persists, please reach out to us at founders@penify.dev") print("We will immediately help you out.") print("################################################################################") raise ValueError( f"Missing required environment variables: {', '.join(missing_vars)}.\ - \nPlease check the action's documentation['https://docs.snorkell.ai/'] for more information.\ - \nIf you are still facing issues, please reach out to us at - founders@snorkell.ai\ + \nPlease check the action's documentation['https://docs.penify.dev/'] for more information.\ + \nIf you are still facing issues, please reach out to us at - support@penify.dev\ \n We will immediately help you out." ) @@ -151,15 +151,15 @@ async def main(): traceback.print_exc() if "Could not validate credentials" in traceback.format_exc(): print("####################### Invalid credentials issue #############################") - print("Snorkell.ai auto-heals itself when the credentials are invalid.") + print("Penify auto-heals itself when the credentials are invalid.") print("You just need to rerun the action") print("If it still doesn't fix the issue, please follow the below steps:") - print("1. Copy the API key from the Snorkell dashboard - https://dashboard.snorkell.ai/snorkell-api-keys") + print("1. Copy the API key from the Snorkell dashboard - https://dashboard.penify.dev/snorkell-api-keys") print("2. Then go to your repository Settings -> Secrets & Variables -> Actions -> New repository secret") print("3. Create a new secret with the name SNORKELL_API_KEY") print("4. Paste the API key in the value field") print("5. Rerun the action") - print("If the issue still persists, please reach out to us at founders@snorkell.ai") + print("If the issue still persists, please reach out to us at founders@penify.dev") print("We will immediately help you out.") print("################################################################################")