Skip to content

Commit

Permalink
Make project id public in the env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
silentworks committed Nov 15, 2023
1 parent 34ee641 commit 80dd3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
env:
SUPABASE_ACCESS_TOKEN: ${{ secrets.SUPABASE_ACCESS_TOKEN }}
SUPABASE_DB_PASSWORD: ${{ secrets.PRODUCTION_DB_PASSWORD }}
SUPABASE_PROJECT_ID: ${{ secrets.PRODUCTION_PROJECT_ID }}
SUPABASE_PROJECT_ID: ${{ vars.PRODUCTION_PROJECT_ID }}
GITHUB_CLIENT_ID: "9e44"
GITHUB_SECRET: "2cc178e"

Expand Down

0 comments on commit 80dd3e5

Please sign in to comment.