Compare commits
15 Commits
7b02cb1546
...
1e057f0931
Author | SHA1 | Date | |
---|---|---|---|
1e057f0931 | |||
e8b5d18e92 | |||
3cec58da9b | |||
e8bb54b0d7 | |||
03eeb4b120 | |||
668027bf93 | |||
4d6de553ab | |||
cbfe42794b | |||
80dfa3ac0b | |||
4e1547aad3 | |||
217eb69a33 | |||
1d6f90d3df | |||
858c9cb3c6 | |||
1c8951591e | |||
1995ba0e7b |
12
.github/workflows/webhook.yaml
vendored
Normal file
12
.github/workflows/webhook.yaml
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
name: Push changes to upstream subtree
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
trigger-index-workflow:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: |
|
||||
curl -X POST -H "Authorization: token ${{ secrets.GH_WORKFLOW_PAT }}" -H "Content-Type: application/json" \
|
||||
https://api.github.com/repos/infogulch/index/dispatches \
|
||||
-d '{"event_type": "notebooks_push"}'
|
||||
|
BIN
ghtop_images/sparknb.gif
Normal file
BIN
ghtop_images/sparknb.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
BIN
ghtop_images/token.png
Normal file
BIN
ghtop_images/token.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
BIN
my_icons/fastai_logo.png
Normal file
BIN
my_icons/fastai_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.0 KiB |
Loading…
x
Reference in New Issue
Block a user