Skip to content

Commit 082e26d

Browse files
committed
chore: rename bucket
1 parent f98bc9e commit 082e26d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/upload.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export async function upload(pathToOpenApi: string): Promise<void> {
2121
const fileBody = readFileSync(pathToOpenApi)
2222
const parts = pathToOpenApi.split('/')
2323
// TODO: replace with unique bucket name
24-
const name = `test/${new Date().toISOString()}`
24+
const name = `@hey-api/upload-openapi-spec/${new Date().toISOString()}`
2525
const { error } = await supabase.storage
2626
.from('openapi-specs')
2727
.upload(name, fileBody, {

0 commit comments

Comments
 (0)