Skip to content

Commit 5c79e58

Browse files
authored
Update authorization token in generateCommands utility (#51)
1 parent b157c92 commit 5c79e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/generateCommands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const generateCommands = (databaseId: string, config: any, engine: string
77
return {
88
curl: `curl -X PATCH \\
99
-H "Content-Type: application/json" \\
10-
-H "Authorization: Bearer YOUR_API_TOKEN" \\
10+
-H "Authorization: Bearer $DIGITALOCEAN_TOKEN" \\
1111
-d '${jsonBody}' \\
1212
"https://api.digitalocean.com/v2/databases/${databaseId}/config"`,
1313

0 commit comments

Comments
 (0)