Skip to content

Commit

Permalink
fix env varieble
Browse files Browse the repository at this point in the history
  • Loading branch information
davronkhamdamov committed Feb 28, 2024
1 parent 17025d7 commit e58b79c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
env:
- DATABASE_URL:${{ secrets.DATABASE_URL }}
- NEXT_APP_TELEGRAM_BOT_TOKEN :${{ secrets.NEXT_APP_TELEGRAM_BOT_TOKEN }}
env: DATABASE_URL:${{ secrets.DATABASE_URL }}
NEXT_APP_TELEGRAM_BOT_TOKEN :${{ secrets.NEXT_APP_TELEGRAM_BOT_TOKEN }}
strategy:
matrix:
node-version: [18, 20]
Expand Down

0 comments on commit e58b79c

Please sign in to comment.