Skip to content

Commit d336c51

Browse files
Update src/content/docs/workers-ai/tutorials/using-bigquery-with-workers-ai.mdx
Co-authored-by: Jun Lee <[email protected]>
1 parent 6ee40bf commit d336c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers-ai/tutorials/using-bigquery-with-workers-ai.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ If the secret was uploaded successfully, the following message will be displayed
106106
✨ Success! Uploaded secret BQ_CLIENT_EMAIL
107107
```
108108

109-
Now import the Secrets for the three remaining fields; `private_key`, `private_key_id` and `project_id` as `BQ_PRIVATE_KEY`, `BQ_PRIVATE_KEY_ID` and `BQ_PROJECT_ID` respectively:
109+
Now import the secrets for the three remaining fields; `private_key`, `private_key_id`, and `project_id` as `BQ_PRIVATE_KEY`, `BQ_PRIVATE_KEY_ID`, and `BQ_PROJECT_ID` respectively:
110110

111111
```sh
112112
npx wrangler secret put BQ_PRIVATE_KEY

0 commit comments

Comments
 (0)