We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3106e2 commit 8f9a13fCopy full SHA for 8f9a13f
.github/workflows/sync-sdks.yml
@@ -1,3 +1,4 @@
1
+name: "Sync SDK Deps"
2
on:
3
workflow_dispatch:
4
@@ -10,7 +11,7 @@ jobs:
10
11
curl -X POST \
12
-H "Authorization: token ${{ secrets.SUBQL_SDK_CI }}" \
13
-H "Accept: application/vnd.github.v3+json" \
- https://api.github.com/repos/subquery/subql/dispatches \
14
+ https://api.github.com/repos/subquery/subql-ethereum/dispatches \
15
-d '{"event_type":"trigger-workflow"}'
16
17
# - name: Trigger repo B
0 commit comments