We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6fd915 commit f3a84f1Copy full SHA for f3a84f1
1 file changed
.github/workflows/veramo-website.yml
@@ -1,18 +1,21 @@
1
name: Trigger veramo-website build
2
+permissions:
3
+ contents: read
4
on:
5
+ workflow_dispatch:
6
push:
7
branches:
8
- "main"
9
jobs:
10
dispatch:
11
permissions:
12
contents: write
- actions: write
13
+ actions: write
14
runs-on: ubuntu-latest
15
steps:
16
- run: |
17
curl -X POST \
18
-H 'Authorization: token ${{ secrets.GH_TOKEN }}' \
19
-H "Accept: application/vnd.github.v3+json" \
- https://api.github.com/repos/uport-project/veramo-website/dispatches \
20
+ https://api.github.com/repos/veramolabs/veramo-website/dispatches \
21
-d '{"event_type":"deploy_website"}'
0 commit comments