Skip to content

Conversation

@janbuchar
Copy link
Contributor

@janbuchar janbuchar requested a review from vladfrangu as a code owner January 8, 2026 12:48
@janbuchar janbuchar added the t-tooling Issues with this label are in the ownership of the tooling team. label Jan 8, 2026
@github-actions github-actions bot added this to the 131st sprint - Tooling team milestone Jan 8, 2026
@github-actions github-actions bot added the tested Temporary label used only programatically for some analytics. label Jan 8, 2026
@janbuchar janbuchar requested a review from TC-MO as a code owner January 8, 2026 13:03
@janbuchar janbuchar force-pushed the list-secrets-command branch from 38ea075 to f29e2d5 Compare January 8, 2026 13:08
Comment on lines 40 to 45
const secrets = getSecretsFile();
const secretKeys = Object.keys(secrets);

// Verify our test secrets are in the list
expect(secretKeys).to.include(SECRET_KEY_1);
expect(secretKeys).to.include(SECRET_KEY_2);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should probably use console spy instead

@janbuchar janbuchar enabled auto-merge (squash) January 9, 2026 10:28
@janbuchar janbuchar merged commit 8256cf5 into master Jan 9, 2026
22 checks passed
@janbuchar janbuchar deleted the list-secrets-command branch January 9, 2026 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

t-tooling Issues with this label are in the ownership of the tooling team. tested Temporary label used only programatically for some analytics.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add command to list all secrets

3 participants