feat(ghost): add new post published trigger (#1403)

This commit is contained in:
Rıdvan Akca
2023-11-07 14:55:35 +03:00
committed by GitHub
parent f0e8f070a8
commit 2afcfbb4bc
6 changed files with 77 additions and 1 deletions

View File

@@ -99,7 +99,10 @@ export default defineConfig({
text: 'Ghost',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/ghost/connection' }],
items: [
{ text: 'Triggers', link: '/apps/ghost/triggers' },
{ text: 'Connection', link: '/apps/ghost/connection' },
],
},
{
text: 'GitHub',

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/ghost.svg
items:
- name: New post published
desc: Triggers when a new post is published.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />

View File

@@ -9,6 +9,7 @@ The following integrations are currently supported by Automatisch.
- [Filter](/apps/filter/actions)
- [Flickr](/apps/flickr/triggers)
- [Formatter](/apps/formatter/actions)
- [Ghost](/apps/ghost/triggers)
- [GitHub](/apps/github/triggers)
- [GitLab](/apps/gitlab/triggers)
- [Google Calendar](/apps/google-calendar/triggers)