Skip to content

Commit 63a90fd

Browse files
committed
Fix: replace dotenv with dotenvy due to maintenance risk
1 parent 572e634 commit 63a90fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use anyhow::Result;
22
use clap::Parser;
3-
use dotenv::dotenv;
3+
use dotenvy::dotenv;
44
use sops_gitops_github_action::import_gpg_key;
55
use sops_gitops_github_action::update_sops_config;
66

0 commit comments

Comments
 (0)