Skip to content

Commit 7d4b6fa

Browse files
committed
Revert "admin: Add encrypt-github-tokens command"
This reverts commit d36c99999fe40bac32a227088eafdb049a6db4fe.
1 parent d2d8d21 commit 7d4b6fa

File tree

2 files changed

+0
-111
lines changed

2 files changed

+0
-111
lines changed

src/bin/crates-admin/encrypt_github_tokens.rs

Lines changed: 0 additions & 108 deletions
This file was deleted.

src/bin/crates-admin/main.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ mod default_versions;
66
mod delete_crate;
77
mod delete_version;
88
mod dialoguer;
9-
mod encrypt_github_tokens;
109
mod enqueue_job;
1110
mod migrate;
1211
mod populate;
@@ -22,7 +21,6 @@ enum Command {
2221
BackfillOgImages(backfill_og_images::Opts),
2322
DeleteCrate(delete_crate::Opts),
2423
DeleteVersion(delete_version::Opts),
25-
EncryptGithubTokens(encrypt_github_tokens::Opts),
2624
Populate(populate::Opts),
2725
RenderReadmes(render_readmes::Opts),
2826
TransferCrates(transfer_crates::Opts),
@@ -53,7 +51,6 @@ async fn main() -> anyhow::Result<()> {
5351
Command::BackfillOgImages(opts) => backfill_og_images::run(opts).await,
5452
Command::DeleteCrate(opts) => delete_crate::run(opts).await,
5553
Command::DeleteVersion(opts) => delete_version::run(opts).await,
56-
Command::EncryptGithubTokens(opts) => encrypt_github_tokens::run(opts).await,
5754
Command::Populate(opts) => populate::run(opts).await,
5855
Command::RenderReadmes(opts) => render_readmes::run(opts).await,
5956
Command::TransferCrates(opts) => transfer_crates::run(opts).await,

0 commit comments

Comments
 (0)