Skip to content

Merge pull request #1284 from decentralized-identity/next #51

Merge pull request #1284 from decentralized-identity/next

Merge pull request #1284 from decentralized-identity/next #51

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://api.github.com/repos/uport-project/veramo-website/dispatches \
-d '{"event_type":"deploy_website"}'