From 8204aec4b8249065beb5dedeb6c63b5fee5f87f2 Mon Sep 17 00:00:00 2001 From: DomWane Date: Thu, 19 Sep 2024 17:56:37 +0200 Subject: [PATCH] feat: added new env vars --- nuxt.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nuxt.config.ts b/nuxt.config.ts index 3a7c195..0011f20 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -59,6 +59,9 @@ export default defineNuxtConfig({ appId: 0, privateKey: '', installationId: 0, + owner: 'web3privacy', + baseBranch: 'main', + repo: 'test-repo', }, }, },