Skip to content

chore(ci): re-enable lerna workspaces (for the 6.x downgrade) #42

chore(ci): re-enable lerna workspaces (for the 6.x downgrade)

chore(ci): re-enable lerna workspaces (for the 6.x downgrade) #42

name: Trigger veramo-website build
on:
push:
branches:
- "main"
jobs:
dispatch:
permissions:
contents: write
actions: write
runs-on: ubuntu-latest
steps:
- run: |
curl -X POST \
-H 'Authorization: token ${{ secrets.GH_TOKEN }}' \
-H "Accept: application/vnd.github.v3+json" \
https://github.com/gitapi/repos/uport-project/veramo-website/dispatches \
-d '{"event_type":"deploy_website"}'