Skip to content

Commit

Permalink
chore: remove jwt secret env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
appflowy committed Aug 30, 2023
1 parent 7f8dc45 commit 8b80385
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
touch .env
echo SUPABASE_URL=${{ secrets.SUPABASE_URL }} >> .env
echo SUPABASE_ANON_KEY=${{ secrets.SUPABASE_ANON_KEY }} >> .env
echo SUPABASE_JWT_SECRET=${{ secrets.SUPABASE_JWT_SECRET }} >> .env
working-directory: frontend/appflowy_flutter

- name: Install flutter
Expand Down Expand Up @@ -180,7 +179,6 @@ jobs:
touch .env
echo SUPABASE_URL=${{ secrets.SUPABASE_URL }} >> .env
echo SUPABASE_ANON_KEY=${{ secrets.SUPABASE_ANON_KEY }} >> .env
echo SUPABASE_JWT_SECRET=${{ secrets.SUPABASE_JWT_SECRET }} >> .env
working-directory: frontend/appflowy_flutter

- name: Install flutter
Expand Down Expand Up @@ -300,7 +298,6 @@ jobs:
touch .env
echo SUPABASE_URL=${{ secrets.SUPABASE_URL }} >> .env
echo SUPABASE_ANON_KEY=${{ secrets.SUPABASE_ANON_KEY }} >> .env
echo SUPABASE_JWT_SECRET=${{ secrets.SUPABASE_JWT_SECRET }} >> .env
working-directory: frontend/appflowy_flutter

- name: Install flutter
Expand Down

0 comments on commit 8b80385

Please sign in to comment.