my own indieAuth provider! indiko.dunkirk.sh/docs
indieauth oauth2-server
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: add deployments permission for GitHub environments

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+3
+3
.github/workflows/deploy.yaml
··· 5 5 branches: [main] 6 6 workflow_dispatch: 7 7 8 + permissions: 9 + deployments: write 10 + 8 11 jobs: 9 12 deploy: 10 13 uses: taciturnaxolotl/dots/.github/workflows/deploy-service.yml@main