Skip to content

Commit b433668

Browse files
committed
Fix
1 parent cf27794 commit b433668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd-android-live-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Deploy live update
5858
if: steps.check.outputs.changed == 'true'
59-
with:
59+
env:
6060
NEXT_PUBLIC_FIREBASE_API_KEY: ${{ secrets.FIREBASE_API_KEY }}
6161
NEXT_PUBLIC_SUPABASE_INSTANCE_ID: ${{ secrets.SUPABASE_INSTANCE_ID }}
6262
NEXT_PUBLIC_SUPABASE_KEY: ${{ secrets.SUPABASE_KEY }}

0 commit comments

Comments
 (0)