Skip to content

Slack service changes#7

Open
shatakshiiii wants to merge 1 commit intomainfrom
slack_service_changes
Open

Slack service changes#7
shatakshiiii wants to merge 1 commit intomainfrom
slack_service_changes

Conversation

@shatakshiiii
Copy link
Collaborator

No description provided.

slack_token = "xoxb-8848313668450-8848330175890-NxONtME4RybfiHlAZfIDsJVf"
signing_secret = "165bb0d941425645b37d1ff7a6d77f30"
slack_token = os.getenv("SLACK_BOT_TOKEN")
signing_secret = os.getenv("SLACK_APP_SECRET")
Copy link
Collaborator

Choose a reason for hiding this comment

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

slack_token = os.environ.get("SLACK_APP_SECRET", default="")
signing_secret = os.environ.get("SLACK_SIGNING_SECRET", default="")

Get secrets like above to make sure default value is a string and not Null. This is because SignatureVerifier does not accept Null value

@abhikdps abhikdps requested a review from Ruchip16 May 19, 2025 07:10
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.

2 participants