Skip to content

CI publish

CI publish #1309

Workflow file for this run

name: CI publish
on:
push:
branches:
- master
- main
schedule:
- cron: '0 5 * * *'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
with:
persist-credentials: false
fetch-depth: 0
- name: Generate README.md
uses: actions-js/profile-readme@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
username: yoruroong
template: "TEMPLATE.md"
- name: Commit & Push changes
uses: actions-js/push@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}