From 438a2a94fe6854fa9af8b50955ba67d94633e9eb Mon Sep 17 00:00:00 2001 From: Tristan Smagghe Date: Thu, 23 Oct 2025 12:27:48 +0200 Subject: [PATCH] docs(plugins): add github-app-token and github-comment plugins to repository (#5671) --- docs/plugins/woodpecker-plugins/plugins.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/plugins/woodpecker-plugins/plugins.json b/docs/plugins/woodpecker-plugins/plugins.json index a2f33efc6..572f655de 100644 --- a/docs/plugins/woodpecker-plugins/plugins.json +++ b/docs/plugins/woodpecker-plugins/plugins.json @@ -289,6 +289,16 @@ "name": "SonarQube", "docs": "https://raw.githubusercontent.com/j04n-f/woodpecker-sonar-plugin/refs/heads/main/docs.md", "verified": false + }, + { + "name": "Github App Tokens", + "docs": "https://raw.githubusercontent.com/yyewolf/woodpecker-plugins/refs/heads/main/github-app-token/docs.md", + "verified": false + }, + { + "name": "Github Comment", + "docs": "https://raw.githubusercontent.com/yyewolf/woodpecker-plugins/refs/heads/main/github-comment/docs.md", + "verified": false } ] }