Skip to content

Commit

Permalink
set DATABASE_URL environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel81 committed May 11, 2024
1 parent f68e184 commit 35e01a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
strategy:
max-parallel: 4
matrix:
Expand Down

0 comments on commit 35e01a8

Please sign in to comment.