Update GitHub Gist with Neko-box! #174769
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update GitHub Gist with Neko-box! | |
on: | |
push: | |
branches: | |
- master | |
schedule: | |
- cron: '*/10 * * * *' | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- name: Update activity from AniList | |
uses: rangerdigital/neko-box@master | |
with: | |
GH_TOKEN: ${{ secrets.GH_TOKEN }} | |
GIST_ID: ${{ secrets.GIST_ID }} | |
ANILIST_USERNAME: ${{ secrets.ANILIST_USERNAME }} |