Skip to content

Commit 281a29e

Browse files
authored
fix: switch to SSO-based supa-dev AWS profile instead of IAM-based supabase-dev AWS profile (supabase#38179)
1 parent 6c85144 commit 281a29e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"codegen:references": "tsx features/docs/Reference.generated.script.ts",
1515
"codemod:frontmatter": "node ./scripts/codemod/mdx-meta.mjs && prettier --cache --write \"content/**/*.mdx\"",
1616
"dev": "concurrently --kill-others \"next dev --port 3001\" \"pnpm run dev:watch:troubleshooting\"",
17-
"dev:secrets:pull": "AWS_PROFILE=supabase-dev node ../../scripts/getSecrets.js -n local/docs",
17+
"dev:secrets:pull": "AWS_PROFILE=supa-dev node ../../scripts/getSecrets.js -n local/docs",
1818
"dev:watch:troubleshooting": "node ./scripts/troubleshooting/watch.mjs",
1919
"embeddings": "tsx --conditions=react-server scripts/search/generate-embeddings.ts",
2020
"embeddings:refresh": "pnpm run embeddings --refresh",

apps/studio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",
77
"dev": "next dev --turbopack -p 8082",
8-
"dev:secrets:pull": "AWS_PROFILE=supabase-dev node ../../scripts/getSecrets.js -n local/studio",
8+
"dev:secrets:pull": "AWS_PROFILE=supa-dev node ../../scripts/getSecrets.js -n local/studio",
99
"build": "next build && ./../../scripts/upload-static-assets.sh",
1010
"start": "next start",
1111
"lint": "next lint",

0 commit comments

Comments
 (0)