Skip to content

.github/workflows/build.yml #11047

.github/workflows/build.yml

.github/workflows/build.yml #11047

Workflow file for this run

on:
push:
schedule:
- cron: '0 * * * *'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
persist-credentials: false
fetch-depth: 0
- name: Generate README.md
uses: actions-js/profile-readme@master
with:
username: wendigo
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Commit & Push changes
uses: actions-js/push@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}