From 9edbb0fd29079a7f62d32bb3cecebd5a50d94018 Mon Sep 17 00:00:00 2001 From: DM Date: Wed, 8 Nov 2023 18:54:52 -0500 Subject: [PATCH] add secrets to cloudflare.yml --- .github/workflows/cloudflare.yml | 3 +++ .gitignore | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cloudflare.yml b/.github/workflows/cloudflare.yml index 20c0ab5c..769f13ea 100644 --- a/.github/workflows/cloudflare.yml +++ b/.github/workflows/cloudflare.yml @@ -35,6 +35,9 @@ jobs: - name: Run build run: yarn build + env: + VITE_OFFICIAL_PLUGINS_SERVER_URL: ${{ secrets.VITE_OFFICIAL_PLUGINS_SERVER_URL }} + VITE_PLUGINS_RUNTIME_ENTRY_URL: ${{ secrets.VITE_PLUGINS_RUNTIME_ENTRY_URL }} - name: Publish Titan Reactor uses: cloudflare/pages-action@1 diff --git a/.gitignore b/.gitignore index 219a47ca..1bb28e7f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,7 @@ yarn-error.log .DS_Store .vscode dist -release \ No newline at end of file +release + +.env.local +.env.production \ No newline at end of file