Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
riccoljy authored Jun 27, 2024
1 parent b9d3be5 commit 6237606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
steps:
- name: Create .env file
run: |
echo "SUPABASE_URL=${{ secrets.SUPABASE_SUPABASE_URL }}" > .env
echo "SUPABASE_ANON_KEY=${{ secrets.SUPABASE_ANON_KEY }}" >> .env
echo "SUPABASE_URL=${{ env.SUPABASE_SUPABASE_URL }}" > .env
echo "SUPABASE_ANON_KEY=${{ env.SUPABASE_ANON_KEY }}" >> .env
cat .env

0 comments on commit 6237606

Please sign in to comment.