Skip to content

Commit

Permalink
Added secret_key to yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
FredMagas committed Aug 8, 2024
1 parent 990af6c commit 15e9d05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Run migrations
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }} # Certifique-se de adicionar esta variável nos segredos do GitHub
SECRET_KEY: ${{ secrets.SECRET_KEY }}
run: |
source venv/bin/activate
python manage.py makemigrations
Expand Down

0 comments on commit 15e9d05

Please sign in to comment.