Skip to content

Commit 00b5087

Browse files
authored
Update jekyll-deploy.yml
1 parent 30bb1ea commit 00b5087

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/jekyll-deploy.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,19 @@ jobs:
5252
# Automatically uploads an artifact from the './_site' directory by default
5353
uses: actions/upload-pages-artifact@v3
5454

55+
56+
trigger-bannerimage-generation:
57+
runs-on: ubuntu-latest
58+
steps:
59+
- name: Send repository_dispatch to other repo
60+
run: |
61+
curl -X POST \
62+
-H "Accept: application/vnd.github+json" \
63+
-H "Authorization: Bearer ${{ secrets.go-image-generator-token }}" \
64+
https://api.github.com/repos/CloudNativeLinz/go-image-generator/dispatches \
65+
-d '{"event_type":"website-merged"}'
66+
67+
5568
# Deployment job
5669
deploy:
5770
environment:

0 commit comments

Comments
 (0)