Skip to content

Commit 0b77886

Browse files
committed
fix invalid github secret for rust-analyzer
1 parent ee10078 commit 0b77886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cfg.production.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,6 @@ reviewers = []
402402
try_users = []
403403

404404
[repo.rust-analyzer.github]
405-
secret = "${HOMU_WEBHOOK_SECRET_RLS}"
405+
secret = "${HOMU_WEBHOOK_SECRET_RUST_ANALYZER}"
406406
[repo.rust-analyzer.checks.actions]
407407
name = "bors build finished"

0 commit comments

Comments
 (0)