Skip to content

Commit 61b4297

Browse files
committed
fix: Changed variable type from secret to variable
1 parent befd2cd commit 61b4297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/environments/setup-environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ const githubOtherQuestions = [
272272
value: 'false'
273273
}
274274
],
275-
valueType: 'SECRET' as const,
275+
valueType: 'VARIABLE' as const,
276276
validate: notEmpty,
277277
valueLabel: 'APPROVAL_REQUIRED',
278278
initial: process.env.APPROVAL_REQUIRED,

0 commit comments

Comments
 (0)