Skip to content

Commit

Permalink
fix: env secret
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarkulasevic committed Mar 20, 2024
1 parent 5a75f64 commit b44c835
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ jobs:
build:
name: Build for GH Pages
runs-on: ubuntu-latest
environment:
name: production
url: https://github.com

steps:
- uses: actions/checkout@v4

Expand All @@ -26,6 +22,8 @@ jobs:
rm -rf dist
- name: Install dependencies and build
env:
VITE_GROWTHBOOK_CLIENT_KEY: ${{ secrets.VITE_GROWTHBOOK_CLIENT_KEY }}
run: |
npm ci
npm run build
Expand Down

0 comments on commit b44c835

Please sign in to comment.