Github action error 431
Here is my github action:
The api-url is the hosted URL of my dashboard.
Bridge URl is coming from my local machine when running
Can somebody please shed some light so I can move past this point and get working.
Thanks in advance
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 devCan somebody please shed some light so I can move past this point and get working.
Thanks in advance