Skip to content

Commit

Permalink
Add default value for webhook secret to prevent startup failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhave committed Nov 16, 2024
1 parent 6dc789c commit 61ed44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ spring.jackson.serialization.indent_output=true
projects.github.org: spring-io
projects.github.team: spring-team
projects.github.accesstoken: ${projects-github-accessToken}

projects.github.webhook-secret: ${projects-github-webhookSecret:changeme}

0 comments on commit 61ed44f

Please sign in to comment.