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 1b2e952 commit c486a50
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Create config.ini
run: |
echo "[authentication]" > config.ini
echo "username=${{ secrets.USERNAME }}" >> config.ini
echo "password=${{ secrets.PASSWORD }}" >> config.ini
echo " " >> config.ini
echo "city_url=${{ secrets.CITY_URL }}" >> config.ini
echo "hotel_url=${{ secrets.HOTEL_URL}}" >> config.ini
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit c486a50

Please sign in to comment.