Skip to content

Commit 0ae7010

Browse files
committed
fix: exclude NEXT_PUBLIC_* from Netlify secrets scanning
1 parent a98be0b commit 0ae7010

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

web/netlify.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[build.environment]
66
NEXT_TELEMETRY_DISABLED = "1"
77
NODE_VERSION = "20"
8+
SECRETS_SCAN_OMIT_KEYS = "NEXT_PUBLIC_SUPABASE_URL,NEXT_PUBLIC_SUPABASE_ANON_KEY,NEXT_PUBLIC_GITHUB_CLIENT_ID"
89

910
[[plugins]]
1011
package = "@netlify/plugin-nextjs"

0 commit comments

Comments
 (0)