Skip to content

Commit

Permalink
git action 수정 - secrets.json path
Browse files Browse the repository at this point in the history
  • Loading branch information
G-D4R3 committed Jul 9, 2024
1 parent 1920fdf commit 961dc17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
pip install -r requirements.txt
- name: Setting Secrets
run: |
echo DEV >> secrets.json
echo DEV >> /home/runner/work/WAKe_server/WAKe_server/WAKe_server/settings/secrets.json
env:
ENV_SETTINGS_MODE: git
- name: Run Tests
Expand Down

0 comments on commit 961dc17

Please sign in to comment.