We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a6844 commit 399767dCopy full SHA for 399767d
src/content/docs/secrets-store/integrations/workers.mdx
@@ -158,7 +158,7 @@ export default {
158
const APIkey = await env.MY_SECRET_NAME.get()
159
160
const response = await fetch("https://api.example.com/data", {
161
- headers: { "Authorization": `Bearer ${env.APIKey}` },
+ headers: { "Authorization": `Bearer ${APIKey}` },
162
});
163
164
if (!response.ok) {
0 commit comments