Skip to content

Commit

Permalink
Changed secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
riadelimemmedov committed Mar 14, 2024
1 parent 8b40ace commit c2409cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ env:
REDIS_HOST: ${{ secrets.REDIS_HOST }}
REDIS_PORT: ${{ secrets.REDIS_PORT }}
REDIS_DB: ${{ secrets.REDIS_DB }}
STRIPE_PUBLISHABLE_KEY: ${{ secrets.STRIPE_PUBLISHABLE_KEY }}
STRIPE_SECRET_KEY: ${{ secrets.STRIPE_SECRET_KEY }}

jobs:
test:
Expand Down

0 comments on commit c2409cb

Please sign in to comment.