Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit fceeedd

Browse files
authored
Update desktop.yml
1 parent de3d070 commit fceeedd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/desktop.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ jobs:
4646

4747
- name: install app dependencies and build it
4848
run: npm run build
49+
env:
50+
REACT_APP_FIREBASE_API_KEY: ${{ secrets.FIREBASE_API_KEY }}
51+
REACT_APP_FIREBASE_APP_ID: ${{ secrets.FIREBASE_APP_ID }}
52+
4953
- uses: tauri-apps/tauri-action@v0
5054
env:
5155
GITHUB_TOKEN: ${{ secrets.BOT }}

0 commit comments

Comments
 (0)