Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 505 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 505 Bytes

Leanpub Publish Action

This action triggers publishing processing in LeanPub

Inputs

api_key

Required The api secret for your LeanPub account

book_slug

Your book SLUG. It's the part of the URL for your book after https://leanpub.com/. E.g. if your book is found at https://leanpub.com/your_book, then your book's slug is your_book.

Example usage

uses: robert-matusewicz/[email protected]
with:
    api_key: <YOUR API KEY>
    book_slug: <YOUR BOOK SLUG>