Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.21 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.21 KB

📄 Documentation

Setup a GitHub Action which runs periodically and pushes generated images to a repository.


0️. Use this repo

You can do this by clicking here.
image



1️. Create a GitHub personal token

No scopes are required, but additional one may be required depending on which features will be used. Each plugin documentation enumerates which scopes are required to make it work.

A a general rule, the following scopes may be required:

  • public_repo for some plugins
  • read:org for all organizations related metrics
  • repo for all private repositories related metrics
    • read:user for some private repositories related metrics
  • read:packages for some packages related metrics
  • gist for publishing renders to gists instead of a repository



2️. Put your GitHub personal token in repository secrets

Go to the Settings of your repository and to create a new secret named ACCESS_TOKEN and paste your freshly generated GitHub token there.

image