A drop-in, single-binary reimplementation of the caronc/apprise-api HTTP API in Go.
0

Configure Feed

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

fix GITEA_TOKEN secret reference

Kohei Watanabe (Jun 8, 2026, 11:07 PM +0900) 53187a4c 8b608703

+1 -1
+1 -1
.forgejo/workflows/mirror.yml
··· 23 23 git -C apprize.git for-each-ref --format='delete %(refname)' refs/pull | git -C apprize.git update-ref --stdin 24 24 git -C apprize.git push --mirror git@github.com:kou029w/apprize.git 25 25 env: 26 - GITEA_TOKEN: ${{ github.GITEA_TOKEN }} 26 + GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}