Skip to content

Commit f3a84f1

Browse files
authored
chore(ci): update veramo-website repo URL in GH workflow (#1484)
1 parent d6fd915 commit f3a84f1

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
name: Trigger veramo-website build
2+
permissions:
3+
contents: read
24
on:
5+
workflow_dispatch:
36
push:
47
branches:
58
- "main"
69
jobs:
710
dispatch:
811
permissions:
912
contents: write
10-
actions: write
13+
actions: write
1114
runs-on: ubuntu-latest
1215
steps:
1316
- run: |
1417
curl -X POST \
1518
-H 'Authorization: token ${{ secrets.GH_TOKEN }}' \
1619
-H "Accept: application/vnd.github.v3+json" \
17-
https://api.github.com/repos/uport-project/veramo-website/dispatches \
20+
https://api.github.com/repos/veramolabs/veramo-website/dispatches \
1821
-d '{"event_type":"deploy_website"}'

0 commit comments

Comments
 (0)