DEV Community

Ishaan Sheikh
Ishaan Sheikh

Posted on

Add a Post on Dev after new Release on GitHub

This post is regarding the Github actions hackathon on Dev🔥. This is not related to the submission.

About

This action posts a new article on Dev after a new release has been published on GitHub.

Flowchart

Below is the flowchart of the action I'm going to develop.

Action hackathon Flowchart

Description

To post articles on Dev I'm going to use the Dev.to API.

The user has to create an API key from his Dev account and save it as a secret in GitHub and will have to add the workflow config file.

The workflow then runs after the release has been published and post a new article on Dev with the release information.

Project Category

I need your help with this. Please suggest me the category in which this project can fit. See the available categories here.

Latest comments (2)

Collapse
 
ben profile image
Ben Halpern

Neat!

Collapse
 
frikishaan profile image
Ishaan Sheikh

Thanks!