diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 496bb68..1e59e12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,6 +74,7 @@ jobs: labels: ${{ steps.metadata.outputs.labels }} build-args: | DATABASE_URL=${{ secrets.DATABASE_URL }} + PAYLOAD_SECRET=BUILD - name: Install dependencies run: pnpm install --frozen-lockfile