chore: move composite action to dedicated repo

Action lives at gitea.shcizo.se/shcizo/package-updater-action now.
This commit is contained in:
2026-05-22 14:27:11 +02:00
parent 476945722b
commit b562e84b88
3 changed files with 1 additions and 74 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ Defense in depth: a valid bearer token AND the opt-in label must both be present
4. Point your reverse proxy (NPM/Traefik/Caddy) at `package-updater:8080`. NPM should handle TLS.
5. `docker compose up -d`.
6. Add the opt-in label `se.shcizo.auto-update: "true"` to each service you want auto-updated.
7. Use the [Gitea composite action](gitea-action/README.md) in your repos to call `/update` after a build.
7. Use the [Gitea composite action](https://gitea.shcizo.se/shcizo/package-updater-action) in your repos to call `/update` after a build.
## Configuration