Skip to content

Commit

Permalink
feat: update cocogitto to 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Apr 19, 2024
1 parent e190f8e commit 948b606
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 59 deletions.
113 changes: 55 additions & 58 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A pedantic conventional commit github bot powered by Cocogitto
"""

[dependencies]
cocogitto = { version = "5.6.0", default-features = false, features = [] }
cocogitto = { version = "6.1.0", default-features = false, features = [] }
octocrab = { git = "https://github.com/cocogitto/octocrab", branch = "main" }
indoc = "2.0.3"
jsonwebtoken = "9.1.0"
Expand Down
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ async fn main() -> anyhow::Result<()> {
prometheus_exporter::init();

let config = Settings::get()?;
info!("GH_KEY: \n{}", config.github_private_key);

let addr = config.address();

let router = Router::new()
Expand Down

0 comments on commit 948b606

Please sign in to comment.