Skip to content

Commit

Permalink
GH action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSeldon23 committed Oct 10, 2024
1 parent 119e761 commit 04cd6cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Build the app
run: CI=false npm run build # Ensure this matches your build script
env:
REACT_APP_CUBE_API_URL: ${{ secrets.CUBE_API_URL }} # Pass the CUBE_API_URL from GitHub Secrets
REACT_APP_CUBE_TOKEN: ${{ secrets.CUBE_TOKEN }} # Pass the CUBE_TOKEN from GitHub Secrets
REACT_APP_CUBE_API_URL: ${{ secrets.REACT_APP_CUBE_API_URL }} # Pass the CUBE_API_URL from GitHub Secrets
REACT_APP_CUBE_TOKEN: ${{ secrets.REACT_APP_CUBE_TOKEN }} # Pass the CUBE_TOKEN from GitHub Secrets

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 04cd6cb

Please sign in to comment.