~repos /only-bible-app
git clone https://pyrossh.dev/repos/only-bible-app.git
The only bible app you will ever need. No ads. No in-app purchases. No distractions.
a2c62a07
—
pyrossh 2 years ago
fix web env
.github/workflows/build.yml
CHANGED
|
@@ -18,7 +18,7 @@ jobs:
|
|
|
18
18
|
channel: 'stable'
|
|
19
19
|
cache: true
|
|
20
20
|
- uses: SpicyPizza/create-envfile@v2.0
|
|
21
|
-
|
|
21
|
+
with:
|
|
22
22
|
envkey_TTS_SUBSCRIPTION_KEY: ${{ secrets.TTS_SUBSCRIPTION_KEY }}
|
|
23
23
|
envkey_RESEND_API_KEY: ${{ secrets.RESEND_API_KEY }}
|
|
24
24
|
- run: flutter --version
|