Overview
Want to update your SlowNet mood, bio, or blocks on a schedule?You can use GitHub Actions to automate updates using your API key.
Example workflow
Here’s a simple.github/workflows/update-slownet.yml file that runs every Monday:
Storing your API key
- Add your API key in your GitHub repo settings under Secrets and variables as
SLOWNET_API_KEY. - Never commit your API key directly to your code.
Authentication
This endpoint requires an API key. You can retrieve an API key from your dashboard. Include it in theX-API-KEY header: