Skip to content

Commit

Permalink
try a couple different env names
Browse files Browse the repository at this point in the history
  • Loading branch information
martypdx committed Oct 31, 2023
1 parent 48685f1 commit 0faf346
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
SUPABASE_ACCESS_TOKEN: ${{ secrets.token }}
SUPABASE_DB_PASSWORD: ${{ secrets.db-password }}
SUPABASE_PROJECT_ID: ${{ inputs.project-id }}
PROJECT_ID: ${{ inputs.project-id }}
SUPABASE_PROJECT_REF: ${{ inputs.project-id }}

steps:
- name: Log deployment info
Expand Down

0 comments on commit 0faf346

Please sign in to comment.