Skip to content

Commit f363b14

Browse files
committed
Add repository dispatch
1 parent ab7597d commit f363b14

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,9 @@ jobs:
152152
]
153153
}
154154
155+
- name: Repository Dispatch
156+
uses: peter-evans/repository-dispatch@v3
157+
with:
158+
event-type: new-rocksdb-prebuild
159+
repository: harperdb/rocksdb-js
160+
token: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)