From 106b656ddf60bddbb81e6effca4c3136eba545ef Mon Sep 17 00:00:00 2001 From: Hafizah Muhyideen <40233874+justfizah@users.noreply.github.com> Date: Wed, 8 Jan 2025 08:32:43 +0100 Subject: [PATCH] chore:PusherKey --- .github/workflows/playwright.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 05be1b0..fce683d 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -37,12 +37,15 @@ jobs: https://api.kwekmarket.com/v1/kwekql || exit 1 - name: Build the application - run: yarn build # Ensure your app has a build step + run: yarn build + env: + NEXT_PUBLIC_PUSHER_KEY: ${{ secrets.NEXT_PUBLIC_PUSHER_KEY }} - name: Start the application run: yarn start & env: PORT: 3100 + NEXT_PUBLIC_PUSHER_KEY: ${{ secrets.NEXT_PUBLIC_PUSHER_KEY }} - name: Wait for the application to be ready run: npx wait-on http://localhost:3100