Skip to content

Commit

Permalink
fix codacy token (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
vb64 authored Feb 20, 2024
1 parent e8cc880 commit 0570650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/django3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ jobs:
python -m pylint tests/test
- name: pytest
env:
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
run: |
python manage.py collectstatic --noinput --settings example.settings
python manage.py makemigrations --settings example.settings example
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/django5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
python -m pylint tests/test
- name: pytest
env:
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
run: |
python manage.py collectstatic --noinput --settings example.settings
python manage.py makemigrations --settings example.settings example
Expand Down

0 comments on commit 0570650

Please sign in to comment.