Skip to content

Commit

Permalink
test superuser 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ucfchandra committed Nov 25, 2024
1 parent 3669a0c commit 60e9354
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
envkey_DATABASE_URL: ${{ secrets.DEV_DATABASE_URL }}
envkey_STATIC_URL: ${{ secrets.STATIC_URL }}
envkey_STATIC_ROOT: ${{ secrets.STATIC_ROOT }}
envkey_DJANGO_SUPERUSER_USERNAME: ${{ secrets.DJANGO_SUPERUSER_USERNAME }}
envkey_DJANGO_SUPERUSER_PASSWORD: ${{ secrets.DJANGO_SUPERUSER_PASSWORD }}
envkey_DJANGO_SUPERUSER_EMAIL: ${{ secrets.DJANGO_SUPERUSER_EMAIL }}
directory: .
file_name: .env
fail_on_empty: false
Expand Down

0 comments on commit 60e9354

Please sign in to comment.