Skip to content

Commit

Permalink
Add dummy client secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl committed Feb 19, 2024
1 parent 9058483 commit 9dc9823
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
run: pip install -e ".[dev]"
- name: Prisma generate
run: prisma generate
- name: Create client secrets file
run: echo '{"web":{"client_id":"dummy.apps.googleusercontent.com","project_id":"dummy-id","auth_uri":"https://accounts.google.com/o/oauth2/auth","token_uri":"https://oauth2.googleapis.com/token","auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs","client_secret":"dummy-secret","redirect_uris":["http://localhost:9000/login/callback"]}}' > client_secrets.json
- name: Test
run: pytest tests/ci/

Expand Down

0 comments on commit 9dc9823

Please sign in to comment.