Skip to content

Commit

Permalink
ci(Master): Fixing the alrotihm secret
Browse files Browse the repository at this point in the history
  • Loading branch information
gabszs committed Oct 7, 2024
1 parent f220b85 commit 7667eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
DATABASE_URL: ${{vars.TEST_DATABASE_URL}}
TEST_DATABASE_URL: ${{vars.TEST_DATABASE_URL}}
SECRET_KEY: ""
ALGORITHM: ""
ALGORITHM: ${{ secrets.ALGORITHM }}
ACCESS_TOKEN_EXPIRE_MINUTES: 30
POSTGRES_USER: ""
POSTGRES_PASSWORD: ""
Expand Down

0 comments on commit 7667eea

Please sign in to comment.