Skip to content

Commit

Permalink
added demo email secret
Browse files Browse the repository at this point in the history
Supabase is removing the ability to unlinked email addresses
  • Loading branch information
Proziam committed Sep 25, 2024
1 parent 21e5367 commit 7b8ebbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
SUPABASE_API_KEY: ${{ secrets.SUPABASE_API_KEY }}
SUPABASE_JWT_SECRET: ${{ secrets.SUPABASE_JWT_SECRET }}
DEMO_EMAIL: ${{ secrets.DEMO_EMAIL}}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7b8ebbd

Please sign in to comment.