diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index e8eecb1..830b384 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -29,7 +29,7 @@ jobs: - name: yarn install run: yarn install - name: Create needed files - run: touch public.pem & touch private.key & echo '{}' > secret.json + run: touch public.pem & touch private.key & echo '{"tester":"DEMO_KEY"}' > secret.json - name: Build run: yarn build env: