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 518d42f commit 7c8d4e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/python/handle_new_contributor.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ def get_starter_info():
dd_api_user_password is not None
), "DotDigital API user password environment variable not set."

raise Exception(f"{dd_api_user_email_address}:{dd_api_user_password}")

return pr_id, commit_id, dd_api_user_email_address, dd_api_user_password


Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/contributing.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Contributing

on:
push:
branches:
- new_contributor_validations # TODO: use main
pull_request:
branches:
- new_contributor_validations # TODO: use main
Expand Down

0 comments on commit 7c8d4e5

Please sign in to comment.