Skip to content

Commit

Permalink
fix: missing app key and app cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
hudy9x committed Jan 23, 2024
1 parent af3c4ab commit fdc3fc2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ jobs:
PUSHER_SECRET_KEY=${{ vars.PUSHER_SECRET_KEY }}
# Pusher channel
NEXT_PUBLIC_PUSHER_CHANNEL_APP_KEY=${{ vars.NEXT_PUBLIC_PUSHER_CHANNEL_APP_KEY }}
NEXT_PUBLIC_PUSHER_CHANNEL_APP_CLUSTER=${{ vars.NEXT_PUBLIC_PUSHER_CHANNEL_APP_CLUSTER }}
PUSHER_CHANNEL_APP_ID=${{ vars.PUSHER_CHANNEL_APP_ID }}
PUSHER_CHANNEL_SECRET=${{ vars.PUSHER_CHANNEL_SECRET }}
Expand Down

0 comments on commit fdc3fc2

Please sign in to comment.