Compare commits
4 Commits
fa9044dde3
...
77c40e13b7
Author | SHA1 | Date | |
---|---|---|---|
77c40e13b7 | |||
e58995ba73 | |||
6360117f49 | |||
2ea72824a9 |
13
.gitea/workflows/send-post-updates.yml
Normal file
13
.gitea/workflows/send-post-updates.yml
Normal file
@ -0,0 +1,13 @@
|
||||
name: Push post module update to hugo reo
|
||||
on: push
|
||||
jobs:
|
||||
push-module-update:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: trigger-hugo-richard-workflow
|
||||
run: |
|
||||
curl -X POST https://git.theoswalds.com/api/v1/repos/public/hugo-richard/actions/workflows/hugo-build.yml/dispatches \
|
||||
-H 'accept: application/json' \
|
||||
-H 'Authorization: token ${{ secrets.PAT_TOKEN }}' \
|
||||
-H 'Content-Type: application/json' \
|
||||
-d '{"inputs": {}, "ref": "refs/heads/main"}'
|
Reference in New Issue
Block a user