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 30bb1ea commit 00b5087Copy full SHA for 00b5087
.github/workflows/jekyll-deploy.yml
@@ -52,6 +52,19 @@ jobs:
52
# Automatically uploads an artifact from the './_site' directory by default
53
uses: actions/upload-pages-artifact@v3
54
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
68
# Deployment job
69
deploy:
70
environment:
0 commit comments