Skip to content

Commit

Permalink
ci(tests): env variable setup while running migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Sep 3, 2024
1 parent 7f90d87 commit 882d9d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/backend_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ jobs:
- name: Run migrations
env:
TESTING_TOKEN: ${{ secrets.TESTING_TOKEN }}
OSM_CLIENT_ID: ${{ secrets.OSM_CLIENT_ID }}
OSM_CLIENT_SECRET: ${{ secrets.OSM_CLIENT_SECRET }}
OSM_SECRET_KEY: ${{ secrets.OSM_SECRET_KEY }}
run: |
cd backend/
python manage.py makemigrations
Expand Down

0 comments on commit 882d9d9

Please sign in to comment.