Skip to content

Commit

Permalink
[website] rename encrypted visibility type to secret (#2693)
Browse files Browse the repository at this point in the history
  • Loading branch information
szdziedzic authored Nov 15, 2024
1 parent 693562d commit 0869bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eas-cli/src/utils/prompts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export async function promptVariableVisibilityAsync(
selected: selectedVisibility === EnvironmentVariableVisibility.Sensitive,
},
{
title: 'Encrypted',
title: 'Secret',
value: EnvironmentVariableVisibility.Secret,
selected: selectedVisibility === EnvironmentVariableVisibility.Secret,
},
Expand Down

0 comments on commit 0869bc5

Please sign in to comment.