No description
Find a file
2022-12-27 17:42:00 -06:00
.github/workflows init 2022-12-27 17:42:00 -06:00
output init 2022-12-27 17:42:00 -06:00
.editorconfig init 2022-12-27 17:42:00 -06:00
.gitignore init 2022-12-27 17:42:00 -06:00
dinghy.yaml init 2022-12-27 17:42:00 -06:00
index.html init 2022-12-27 17:42:00 -06:00
pyproject.toml init 2022-12-27 17:42:00 -06:00
README.md init 2022-12-27 17:42:00 -06:00

Sample dinghy digests

This repo is an example of how to publish daily digests of GitHub activity with dinghy. The sample digests some PSF projects showing the activity in the last three days.

Publishing your own digests

You can use this as a starting point for your own automatic publishing.

The work is done in the .github/workflows/daily-digest.yml Action. It needs a repo secret defined: DINGHY_ACCESS_TOKEN is a GitHub personal access token. Create one with the permissions you need. This sample only needs public_repo, but you might need more depending on what information you are trying to access.

The digest itself is published using GitHub Pages. Configure your repo to publish GitHub Pages using a custom workflow.