Skip to content

Commit

Permalink
ci: add console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierniki committed Sep 27, 2023
1 parent 74fd254 commit 525f244
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/TrendingArticles/getTrendingArticles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import { listArticlesBySlugs } from "@/lib/client"
import { pipe } from "@/utils/pipe"
import { getConfig } from "./reportConfig"

console.log("GA", env.GA_EMAIL, env.GA_PRIVATE_KEY)

const analyticsDataClient = new BetaAnalyticsDataClient({
credentials: {
client_email: env.GA_EMAIL,
Expand Down

0 comments on commit 525f244

Please sign in to comment.