Skip to content

Commit

Permalink
Update python_app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BraunRudolf authored Jul 19, 2024
1 parent d0c5bc7 commit 447e179
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/python_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@ jobs:
build:

runs-on: ubuntu-latest

env:
FASTAPI_SECRET_KEY: ${{secrets.FASTAPI_SECRET_KEY}}
FASTAPI_HASH_ALGORITHM: ${{secrets.FASTAPI_HASH_ALGORITHM}}
ACCESS_TOKEN_EXPIRE_MINUTES: ${{secrets.ACCESS_TOKEN_EXPIRE_MINUTES}}
USER_DB_URL: ${{secrets.USER_DB_URL}}
FILE_DB_URL: ${{secrets.FILE_DB_URL}}

steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
Expand Down

0 comments on commit 447e179

Please sign in to comment.