Skip to content

Commit

Permalink
Updated the MSFT_CLARITY secret in the yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
vasudev-gm committed May 6, 2024
1 parent b30fdcd commit eb3fbe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ analytics:
# measurement_id: <your measurement id>
microsoft_clarity:
enable: true
project_id: ${secrets.MSFT_CLARITY}
project_id:MSFT_CLARITY

0 comments on commit eb3fbe1

Please sign in to comment.