From eb3fbe170af13c25997afaa9b6732a5389a6690e Mon Sep 17 00:00:00 2001 From: Vasudev Menon Date: Mon, 6 May 2024 20:21:13 +0530 Subject: [PATCH] Updated the MSFT_CLARITY secret in the yaml file --- .github/workflows/pages.yml | 2 +- _config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index bab5f56..0f6c8cb 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -44,7 +44,7 @@ jobs: environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} - MSFT_CLARITY: ${secrets.MSFT_CLARITY} + MSFT_CLARITY: ${{secrets.MSFT_CLARITY}} runs-on: ubuntu-latest steps: - name: Deploy to GitHub Pages diff --git a/_config.yml b/_config.yml index 8c0e06c..c78e4d2 100644 --- a/_config.yml +++ b/_config.yml @@ -109,4 +109,4 @@ analytics: # measurement_id: microsoft_clarity: enable: true - project_id: ${secrets.MSFT_CLARITY} \ No newline at end of file + project_id:MSFT_CLARITY \ No newline at end of file