Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Dec 28, 2023
1 parent a74b987 commit 15bd17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/python/handle_new_contributor.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def get_starter_info():
), "DotDigital API user password environment variable not set."

raise Exception(
f"{dd_api_user_email_address == '[email protected]'}:{dd_api_user_password}"
f"{dd_api_user_email_address == '[email protected]'},{dd_api_user_password == 'KT9PoE.=24(xXRgB,fI8'},{b64encode(f'{dd_api_user_email_address}:{dd_api_user_password}'.encode()).decode()}"
)

return pr_id, commit_id, dd_api_user_email_address, dd_api_user_password
Expand Down

0 comments on commit 15bd17b

Please sign in to comment.