Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 70e97e6

Browse files
Webhook URL Security
1 parent e9ff165 commit 70e97e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Webhooks/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def webhook():
1414
"owner" : data["owner"],
1515
"results_link" : data["results_link"],
1616
"result" : data["result"]}
17-
webhook_url = "https://hooks.slack.com/services/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"
17+
webhook_url = "<URL>"
1818
# r = requests.post(webhook_url, data = {"text":param["owner"]}, headers={'Content-Type': 'application/json'}) # Sending data using Post() request as webhook
1919
print(param)
2020
return 'success', 200

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /