Skip to content

Commit

Permalink
fix: deploy action 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien MAIRE authored and Julien MAIRE committed Jan 31, 2025
1 parent 518ac75 commit d521bef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
environment: production

steps:
- name: Checkout code
Expand All @@ -23,8 +24,8 @@ jobs:

- name: Link Supabase
env:
SUPABASE_PROJECT_REF: ${{ vars.SUPABASE_PROJECT_REF }}
SUPABASE_ACCESS_TOKEN: ${{ secrets.SUPABASE_ACCESS_TOKEN}}
SUPABASE_PROJECT_REF: ${{ env.SUPABASE_PROJECT_REF }}
SUPABASE_ACCESS_TOKEN: ${{ secrets.SUPABASE_ACCESS_TOKEN }}
run: |
npx supabase link --project-ref dtdsoudleeheckhqyqsk
Expand Down

0 comments on commit d521bef

Please sign in to comment.