Skip to content

Commit

Permalink
Update django.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-bertin authored Mar 25, 2024
1 parent 451f15e commit 2c00d9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
echo "username=${{ secrets.USERNAME }}" >> config.ini
echo "password=${{ secrets.PASSWORD }}" >> config.ini
echo " " >> config.ini
echo "[urls]" >> config.ini
echo "city_url=${{ secrets.CITY_URL }}" >> config.ini
echo "hotel_url=${{ secrets.HOTEL_URL}}" >> config.ini
- name: Install Dependencies
Expand Down

0 comments on commit 2c00d9a

Please sign in to comment.