Skip to content

Commit

Permalink
Met à jour le projet supabase utilisé
Browse files Browse the repository at this point in the history
  • Loading branch information
guillett committed Oct 24, 2024
1 parent fd8965c commit 22075ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
npm run build
touch out/.nojekyll
env:
NEXT_PUBLIC_SUPABASE_URL: https://gxtooxtkkcpblccexeyl.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Imd4dG9veHRra2NwYmxjY2V4ZXlsIiwicm9sZSI6ImFub24iLCJpYXQiOjE3MjU5NzY2NTgsImV4cCI6MjA0MTU1MjY1OH0.Df1YgGW3JT7en1bM5bHhcjuI81pVsw2UJ6WIur11INA
NEXT_PUBLIC_SUPABASE_URL: https://gytkhixdulljndwfiduz.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Imd5dGtoaXhkdWxsam5kd2ZpZHV6Iiwicm9sZSI6ImFub24iLCJpYXQiOjE3Mjk2NzUzNDIsImV4cCI6MjA0NTI1MTM0Mn0.Y1OiujK1MgR5ZWC_N04TWKvu6Bj6HLfSqsuW8LWEy5g

- name: Export build
uses: actions/upload-pages-artifact@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-supabase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

env:
SUPABASE_ACCESS_TOKEN: ${{ secrets.SUPABASE_ACCESS_TOKEN }}
PROJECT_ID: gxtooxtkkcpblccexeyl
PROJECT_ID: gytkhixdulljndwfiduz

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

0 comments on commit 22075ef

Please sign in to comment.