Skip to content

Commit

Permalink
dependabot doesn't have access to secrets.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrlyons committed May 14, 2024
1 parent df4a228 commit 18a68e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_build_and_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
PYTHON_VERSION: '3.10'
DATABASE_URL: 'postgresql://testuser:testpassword@localhost:5432/test'
REDIS_URL: 'redis://localhost:6379/0'
ALGORITHM: ${{ secrets.TEST_ALGORITHM }}
ALGORITHM: "HS256"
SECRET_KEY: '1<3TwoTestThings!123456789'
strategy:
fail-fast: false
Expand Down

0 comments on commit 18a68e1

Please sign in to comment.