Setup a Github Workflow
You can create a daily report for your project using a Github Workflow following this simple steps:
- In your repository, create the
.github/workflows/
directory to store your workflow files if doesn't exist. - In the
.github/workflows/
directory create a new file calledolynpm-metrics.yml
and add the following code. - Commit these changes and push them to your GitHub repository.
- Create a github action secret with the name "OLYNPM_ACCESS_TOKEN" for your repository using your access token.