Skip to content

Commit

Permalink
Update azure_devops.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sumansaurabh committed May 23, 2024
1 parent 8ab260a commit 5178454
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/azure_devops.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@ async def main():
missing_keys = ', '.join(missing_vars)
await notify_error(f"Missing required environment variables: {missing_keys}\n")
print("################################################################################")
print("If the issue still persists, please reach out to us at support@snorkell.ai")
print("If the issue still persists, please reach out to us at support@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 - support@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."
)

Expand Down Expand Up @@ -145,12 +145,12 @@ async def main():
if "Could not validate credentials" in traceback.format_exc():
print("####################### Invalid credentials issue #############################")
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("################################################################################")

Expand Down

0 comments on commit 5178454

Please sign in to comment.