We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent befd2cd commit 61b4297Copy full SHA for 61b4297
infrastructure/environments/setup-environment.ts
@@ -272,7 +272,7 @@ const githubOtherQuestions = [
272
value: 'false'
273
}
274
],
275
- valueType: 'SECRET' as const,
+ valueType: 'VARIABLE' as const,
276
validate: notEmpty,
277
valueLabel: 'APPROVAL_REQUIRED',
278
initial: process.env.APPROVAL_REQUIRED,
0 commit comments