Skip to content

Commit

Permalink
add dummy github ids to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
eriktaubeneck committed Jun 18, 2024
1 parent a12feec commit f9d888d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
env:
NEXT_PUBLIC_SUPABASE_URL: "http://127.0.0.1:54321"
SUPABASE_SERVICE_ROLE_KEY: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZS1kZW1vIiwicm9sZSI6InNlcnZpY2Vfcm9sZSIsImV4cCI6MTk4MzgxMjk5Nn0.EGIM96RAZx35lJzdJsyH-qQwv8Hdp7fsn3W0YpN81IU"
SUPABASE_AUTH_GITHUB_CLIENT_ID: "foo"
SUPABASE_AUTH_GITHUB_SECRET: "bar"


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

0 comments on commit f9d888d

Please sign in to comment.