Skip to content

Commit

Permalink
reverted reference to env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Patton authored and Benjamin Patton committed Feb 7, 2024
1 parent 3610554 commit cefe449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod-todos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: supabase/setup-cli@v1
with:
version: 1.115.5
- run: supabase link --project-ref ${{ secrets.PRODUCTION_PROJECT_ID }}
- run: supabase link --project-ref $SUPABASE_PROJECT_ID
shell: bash
- run: supabase db push
shell: bash

0 comments on commit cefe449

Please sign in to comment.