Fix bug that prevented actions from triggering.
This commit is contained in:
parent
69dd1ba156
commit
c04b4e8da5
@ -63,7 +63,6 @@ pub async fn launch_server() -> Result<(), Box<dyn std::error::Error>> {
|
||||
.collect();
|
||||
tracing::debug!("Using repo whitelist: {:?}", allowed_repos);
|
||||
|
||||
let allowed_repos = HashSet::new();
|
||||
let app = Router::new()
|
||||
.route("/hook", post(hook))
|
||||
.layer(middleware::from_fn(verify_signature))
|
||||
|
Loading…
x
Reference in New Issue
Block a user