DevQuest
NNovu
•Created by DevQuest on 11/19/2024 in #💬│support
Github action error 431
Here is my github action:
name: Novu Sync
on:
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Sync State to Novu
uses: novuhq/actions-novu-sync@v2
with:
secret-key: ${{ secrets.NOVU_SECRET_KEY }}
bridge-url: https://6bba2fc0-f082-4bfe-bfd2-4b162fb50d76.novu.sh/api/novu
api-url: http://20.79.188.196:4200
The api-url is the hosted URL of my dashboard.
Bridge URl is coming from my local machine when running npx novu@latest dev
Can somebody please shed some light so I can move past this point and get working.
Thanks in advance12 replies
NNovu
•Created by DevQuest on 11/18/2024 in #💬│support
Deploy Workflow
I have an instance running on azure. It is working correctly. But during the onboarding I am getting stuck during the deploy workflow. I have been on this for a while, anybody that can shed some light on this would be greatly appreciated
3 replies