Skip to content

Commit 8f9a13f

Browse files
committed
[SKIP CI] Update sync sdks workflow
1 parent e3106e2 commit 8f9a13f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sync-sdks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: "Sync SDK Deps"
12
on:
23
workflow_dispatch:
34

@@ -10,7 +11,7 @@ jobs:
1011
curl -X POST \
1112
-H "Authorization: token ${{ secrets.SUBQL_SDK_CI }}" \
1213
-H "Accept: application/vnd.github.v3+json" \
13-
https://api.github.com/repos/subquery/subql/dispatches \
14+
https://api.github.com/repos/subquery/subql-ethereum/dispatches \
1415
-d '{"event_type":"trigger-workflow"}'
1516
1617
# - name: Trigger repo B

0 commit comments

Comments
 (0)