Skip to content

Instantly share code, notes, and snippets.

@odmishien
Last active October 20, 2020 00:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save odmishien/0ce2d68a7d9de2d166ca0efd55d908b3 to your computer and use it in GitHub Desktop.
Save odmishien/0ce2d68a7d9de2d166ca0efd55d908b3 to your computer and use it in GitHub Desktop.
name: GitHub-Profile-Summary-Cards
on:
schedule: # execute every 24 hours
- cron: "* */24 * * *"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
name: generate
steps:
- uses: actions/checkout@v2
- uses: vn7n24fzkq/github-profile-summary-cards@release
env:
# Public Repositoryのみで十分な場合は GITHUB_TOKEN(デフォルトで用意されているので自分でsecretsに追加する必要はない)でOK
# Private Repositoryの情報も取りたい場合は PERSONAL_ACCESS_TOKEN が必要
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # or ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
USERNAME: ${{ github.repository_owner }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment