Skip to content

Commit

Permalink
Merge pull request #12 from dvjsharma/feat/unittest
Browse files Browse the repository at this point in the history
feat(actions): Add env variables
  • Loading branch information
dvjsharma authored Sep 6, 2024
2 parents 970a60d + 6b4a9f3 commit 06a334f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
ports:
- 3306:3306
options: --health-cmd "mysqladmin ping --silent" --health-interval 10s --health-timeout 5s --health-retries 3

env:
GOOGLE_OAUTH2_KEY: ${{ secrets.GOOGLE_OAUTH2_KEY }}
GOOGLE_OAUTH2_SECRET: ${{ secrets.GOOGLE_OAUTH2_SECRET }}
SOCIAL_AUTH_ALLOWED_REDIRECT_URIS: ${{ secrets.SOCIAL_AUTH_ALLOWED_REDIRECT_URIS }}

steps:
- name: Checkout code
Expand Down

0 comments on commit 06a334f

Please sign in to comment.