Skip to content

Commit

Permalink
try to access secret in action
Browse files Browse the repository at this point in the history
  • Loading branch information
Focke Adrian committed Apr 5, 2024
1 parent b58c25f commit 40d234c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const env = createEnv({
SUPABASE_URL: process.env.SUPABASE_URL,
TINA_TOKEN: process.env.TINA_TOKEN,
},
skipValidation: true,
skipValidation: process.env.NODE_ENV === 'development',
onValidationError: (error: ZodError) => {
console.info(
'To use this application in production and handle environment variables, check out https://tina.io/docs/tina-cloud/overview/ and https://supabase.com/docs/guides/storage/quickstart for more info!'
Expand Down

0 comments on commit 40d234c

Please sign in to comment.