Skip to content

Commit

Permalink
fix: line
Browse files Browse the repository at this point in the history
  • Loading branch information
gmat224 committed Jun 29, 2024
1 parent 360098a commit 4fee5b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
working-directory: ${{ matrix.project }}

- name: Set environment variables
env: VITE_CLERK_PUBLISHABLE_KEY: "${{ secrets.VITE_CLERK_PUBLISHABLE_KEY }}"
env:
VITE_CLERK_PUBLISHABLE_KEY: "${{ secrets.VITE_CLERK_PUBLISHABLE_KEY }}"
run: echo "VITE_CLERK_PUBLISHABLE_KEY=${VITE_CLERK_PUBLISHABLE_KEY}" >> "$GITHUB_ENV"

- name: Run tests
Expand Down

0 comments on commit 4fee5b0

Please sign in to comment.