We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf27794 commit b433668Copy full SHA for b433668
.github/workflows/cd-android-live-update.yml
@@ -56,7 +56,7 @@ jobs:
56
57
- name: Deploy live update
58
if: steps.check.outputs.changed == 'true'
59
- with:
+ env:
60
NEXT_PUBLIC_FIREBASE_API_KEY: ${{ secrets.FIREBASE_API_KEY }}
61
NEXT_PUBLIC_SUPABASE_INSTANCE_ID: ${{ secrets.SUPABASE_INSTANCE_ID }}
62
NEXT_PUBLIC_SUPABASE_KEY: ${{ secrets.SUPABASE_KEY }}
0 commit comments