[codex] enable Azure WIF in Bazel [ci changed_files]

This commit is contained in:
Cooper Gamble
2026-06-12 06:49:45 +00:00
parent 7050f9e1c6
commit b4e76ab3e5

View File

@@ -3,4 +3,5 @@ load("//:defs.bzl", "codex_rust_crate")
codex_rust_crate(
name = "workload-identity",
crate_name = "codex_workload_identity",
crate_features = ["azure"],
)