Skip to content

Commit 61ed44f

Browse files
committed
Add default value for webhook secret to prevent startup failure
1 parent 6dc789c commit 61ed44f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ spring.jackson.serialization.indent_output=true
44
projects.github.org: spring-io
55
projects.github.team: spring-team
66
projects.github.accesstoken: ${projects-github-accessToken}
7-
7+
projects.github.webhook-secret: ${projects-github-webhookSecret:changeme}

0 commit comments

Comments
 (0)