Skip to content

:octocat: 📚 Fetch latest read book from booklog and write it to gist.

Notifications You must be signed in to change notification settings

kazu728/recently-read-book

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt

Recently read book 📚

Overview

Fetch latest read book from booklog and write it to gist.

Requirements

Example

on:
  push:
    branches:
      - master
  schedule:
    - cron: "0 0 * * *"

jobs:
  update-gist:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v3
      - name: Update recently read book
        uses: kazu728/recently-read-book@v0.0.1
        env:
          GH_TOKEN: ${{ secrets.GH_TOKEN }}
          GIST_ID: ${{ secrets.GIST_ID }}
          BOOKLOG_USER_ID: ${{ secrets.BOOKLOG_USER_ID }}

About

:octocat: 📚 Fetch latest read book from booklog and write it to gist.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published