ci: add clerk key for react app

This commit is contained in:
Lars Hampe 2024-09-30 20:11:16 +02:00
parent 8ba086501a
commit e0157210df

View File

@ -26,6 +26,7 @@ jobs:
run: bun run build
env:
NODE_ENV: production
VITE_CLERK_PUBLISHABLE_KEY: ${{ vars.CLERK_KEY }}
- name: Set docker chmod (temp solution)
run: sudo chmod 666 /var/run/docker.sock