Skip to content

chore: prepare release v2.0#137

Open
matsk-sinch wants to merge 11 commits intov2.0from
chore/prepare-release-v2
Open

chore: prepare release v2.0#137
matsk-sinch wants to merge 11 commits intov2.0from
chore/prepare-release-v2

Conversation

@matsk-sinch
Copy link
Contributor

No description provided.

Comment on lines -20 to +21
phone_number = os.environ.get("SINCH_PHONE_NUMBER") or "MY_SINCH_PHONE_NUMBER"
# The phone number to release in E.164 format
phone_number = os.environ.get("SINCH_PHONE_NUMBER") or "MY_PHONE_NUMBER"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MY_SINCH_PHONE_NUMBER was better

Comment on lines +21 to +22
# The display name to set for the number
display_name = "DISPLAY_NAME"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prefer Updated DISPLAY_NAME as it was before to reflect the output in the response printed at the end of the snippet


hmac_secret = "NEW_HMAC_SECRET"
# The HMAC secret for signing webhook requests to your event destination
hmac_secret = "HMAC_SECRET"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NEW_HMAC_SECRET was better

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants