Skip to content

Commit

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

Expand Down

0 comments on commit a164b2f

Please sign in to comment.