Build Readme #1579
This file contains hidden or 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: Build Readme | |
on: | |
schedule: # execute every 24 hours | |
- cron: "0 1 * * *" | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
name: generate | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: vn7n24fzkq/github-profile-summary-cards@release | |
env: | |
GITHUB_TOKEN: ${{ secrets.SUMMARY_CARDS_TOKEN }} | |
with: | |
USERNAME: ${{ github.repository_owner }} |