DEV Community

Robin Winslow
Robin Winslow

Posted on • Originally published at robinwinslow.uk

2 1

Testing my "socialise" GitHub action

Originally published on my blog.

I've spent the last week or so writing a bunch of scripts to automatically post my new articles to Twitter, Hacker News and a Mailchimp mailing list. I've been testing them manually with some of my existing articles (with surprising success on Hacker News).

I've now written a GitHub workflow to run these scripts automatically when I publish a new article.

So here's my article that I'm going to test it with. When this is published, it should automatically update the frontmatter with the Hacker News link, and the Tweet link, and send an email.

The links to Hacker News and Twitter should appear at the bottom of this post. All being well.

Let's give it a go!

Hostinger image

Get n8n VPS hosting 3x cheaper than a cloud solution

Get fast, easy, secure n8n VPS hosting from $4.99/mo at Hostinger. Automate any workflow using a pre-installed n8n application and no-code customization.

Start now

Top comments (0)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay