Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebgrep authored Nov 9, 2024
1 parent f4f9594 commit 05d441d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
env:
X_AUTH_HEADER: ${{ secrets.X_AUTH_HEADER }}
DJANGO_SECRET: ${{ secrets.DJANGO_SECRET }}
PAGINATION_PAGE_SIZE: 15
uses: actions/setup-python@v3
with:
python-version: "3.12"
Expand Down

0 comments on commit 05d441d

Please sign in to comment.