Skip to content

Commit 757e8b2

Browse files
committed
testing if key is passed
1 parent 307d75f commit 757e8b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_windows.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212

1313
- name: Create .env file
1414
run: |
15-
echo "SUPABASE_URL=${{ vars.SUPABASE_URL }}" > .env
16-
echo "SUPABASE_KEY=${{ vars.SUPABASE_KEY }}" >> .env
15+
echo "SUPABASE_URL=${{ secrets.SUPABASE_URL }}" > .env
16+
echo "SUPABASE_KEY=${{ secrets.SUPABASE_KEY }}" >> .env
1717
type .env # For debugging, shows the file contents in logs
1818
1919
# - name: Setup Flutter

0 commit comments

Comments
 (0)