Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waylonwalker/dinghy.markata.com
https://github.com/waylonwalker/dinghy.markata.com
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/waylonwalker/dinghy.markata.com
- Owner: WaylonWalker
- Created: 2022-12-28T01:55:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T13:30:38.000Z (2 months ago)
- Last Synced: 2024-10-29T16:06:50.802Z (2 months ago)
- Language: HTML
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample dinghy digests
This repo is an example of how to publish daily digests of GitHub activity with [dinghy](https://pypi.org/project/dinghy). The sample digests some PSF projects showing [the activity in the last three days](https://nedbat.github.io/dinghy_sample/3day.html).
## 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](https://github.com/settings/tokens) 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.