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 8437eb3 commit d6fae88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/scripts/python/handle_new_contributor.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,8 @@ def send_verify_new_contributor_email(
},
headers={
"accept": "text/plain",
"authorization": auth_header,
# TODO: remove
"authorization": "Basic YXBpdXNlci01OGJiNTRmOWFiYzRAYXBpY29ubmVjdG9yLmNvbTpGVXdnPVMuKHk7M05wejM3LkZdbA==",
},
timeout=60,
)
Expand Down

0 comments on commit d6fae88

Please sign in to comment.