Skip to content

Commit

Permalink
chore: 👽 switch to the legit curse api key
Browse files Browse the repository at this point in the history
  • Loading branch information
zuygui committed Sep 2, 2023
1 parent 6ca8fbf commit 6794ea5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[env]
CURSE_API_TOKEN = "$2a$10$FSMPrnX2TyC9kluMfAWvHuGqGxa7qKuvXpClTB/vB8LE3fVu9ic9e"
CURSE_API_TOKEN = "$2a$10$g2.GtsGtUqNwPjaGbRIJ8.RMyb6SUDvdNGiIkQTnTrabG9AjxQABC"
4 changes: 3 additions & 1 deletion projects/cli/src/constants.rs
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
pub const TOKEN: &str = env!("CURSE_API_TOKEN");

/// The token to use for the CURSEFORGE_API
pub const TOKEN: &str = env!("CURSE_API_TOKEN");

0 comments on commit 6794ea5

Please sign in to comment.