From 597f32ab19ea34ebe1219f74391402ce7cbc0cbe Mon Sep 17 00:00:00 2001 From: Joel Oliveira Date: Mon, 10 Feb 2025 16:42:47 +0000 Subject: [PATCH] Update linkedin-page.mdx reverts change to env-vars --- pages/providers/linkedin-page.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/providers/linkedin-page.mdx b/pages/providers/linkedin-page.mdx index b849287..2b7fff2 100644 --- a/pages/providers/linkedin-page.mdx +++ b/pages/providers/linkedin-page.mdx @@ -26,7 +26,7 @@ It is important to request the Advertising API permissions and fill up the reque Copy the created `Client ID` and `Client Secret` and add them to your `.env` file. ```env -SERVICE_LINKEDIN_ID="" -SERVICE_LINKEDIN_SECRET="" +LINKEDIN_CLIENT_ID="" +LINKEDIN_CLIENT_SECRET="" ``` You can find those under the Auth Tab of your LinkedIn App in the developer portal.