PreviousNext

Building Your First GitHub Action

by bill-s, 2021-04-08T16:10:21.881Z

Hello from the friendly octocats at GitHub! By now, you might have used GitHub Actions for automation, CI/CD, and more – and you know it’s powered by thousands of modular, community-developed building blocks called actions. In this guide, you’ll use TypeScript to build a GitHub action to interact with an existing service, and then learn how to publish it to GitHub Marketplace for discovery by the larger GitHub community.

Read More