instapaper-actions
ActionsGithub action to add web contents into your instapaper account.
username: your instapaper usernamepassword: your instapaper passwordurl: URL to the web content that you want to savetitle: Title of the content that you want to saveselection: The description under the content in the interface
For more details, please check the Simple API documentation from Instapaper here.
on: [push]
jobs:
example_job:
runs-on: ubuntu-latest
name: A job to add a medium Article to instapaper account
steps:
- name: Add example article
uses: irfansofyana/instapaper-actions@v1.0.0
with:
username: ${{ secrets.INSTAPAPER_USERNAME }}
password: ${{ secrets.INSTAPAPER_PASSWORD }}
url: https://medium.com/@gibinfrancis/software-architect-journey-ca9398546608
title: Software Architect — Journey
selection: This article is added by Github Actioninstapaper-actions is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.