We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ddc61 commit b8cde43Copy full SHA for b8cde43
.github/workflows/gh-pages.yml
@@ -31,3 +31,11 @@ jobs:
31
with:
32
github_token: ${{ secrets.GITHUB_TOKEN }}
33
publish_dir: ./public
34
+
35
+ - name: Trigger dependent repo update submodule
36
+ run: |
37
+ curl -X POST \
38
+ -H "Authorization: token ${{ secrets.DISPATCH_UPDATE_REGISTRY_GH_PAGES }}" \
39
+ -H "Accept: application/vnd.github+json" \
40
+ https://api.github.com/repos/bitcointranscripts/registry/dispatches \
41
+ -d '{"event_type": "update_submodules"}'
0 commit comments