add webhook password #10
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/buildbot_multibuild#10
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "cis-muzahid/buildbot_multibuild:github_hook"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -103,1 +100,4 @@
jobs = list_jobs(directory)
request_headers = {
"Content-Type": "application/x-www-form-urlencoded",
'Authorization': f'token {secret}',
'X-Multibuild-Trigger'
would be better if
"
and'
were used consistently.The `
The variable
secret
is undefined. It needs to be loaded from the file.f88306575a
toda7a1435a8
@ -55,2 +52,4 @@
"""
def get_secret():
with open(path.join(os.environ['HOME'], "secret.key"),'r') as f:
filename doesn't match the filename used in
StringDownload
9c751f4d4d
to83444728f3