Skip to content

Commit

Permalink
chore: GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixNgFender committed Sep 14, 2023
1 parent 2635879 commit 22d3a29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
env:
VITE_REACT_APP_CLERK_PUBLISHABLE_KEY: ${{ secrets.VITE_REACT_APP_CLERK_PUBLISHABLE_KEY }}
REACT_APP_CLERK_PUBLISHABLE_KEY: ${{ secrets.REACT_APP_CLERK_PUBLISHABLE_KEY }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./frontend/react_app/dist

0 comments on commit 22d3a29

Please sign in to comment.