Skip to content

Commit

Permalink
docs: Use vars instead of secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxxMD committed Jun 12, 2024
1 parent 1c38c8a commit 9842ddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docsDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
working-directory: ./docsite
- name: Build website
env:
ANALYTICS: ${{ secrets.ANALYTICS }}
ANALYTICS_DOMAIN: ${{ secrets.ANALYTICS_DOMAIN }}
ANALYTICS: ${{ vars.ANALYTICS }}
ANALYTICS_DOMAIN: ${{ vars.ANALYTICS_DOMAIN }}
run: npm run build
working-directory: ./docsite

Expand Down

0 comments on commit 9842ddc

Please sign in to comment.