Skip to content

Commit

Permalink
fix: add NOTIFY_URL env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Xecades committed Jan 31, 2024
1 parent fc2ff51 commit a49487c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
VITE_APP_ID: ${{ secrets.APP_ID }}
VITE_APP_KEY: ${{ secrets.APP_KEY }}
VITE_SERVER_URL: ${{ secrets.SERVER_URL }}
VITE_NOTIFY_URL: ${{ secrets.NOTIFY_URL }}

runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit a49487c

Please sign in to comment.