From 8ae44769883f8f958f22bd50bf5570b23508cf2f Mon Sep 17 00:00:00 2001
From: Christoph Witzko <github@christophwitzko.com>
Date: Fri, 3 Feb 2023 16:14:44 +0100
Subject: [PATCH] feat: add hooks-plugin-registry-update

---
 .github/workflows/ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2b5932e..a08cbe5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -48,6 +48,7 @@ jobs:
           go-version: 1.19
       - uses: go-semantic-release/action@v1
         with:
-          hooks: goreleaser
+          hooks: goreleaser,plugin-registry-update
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+          PLUGIN_REGISTRY_ADMIN_ACCESS_TOKEN: ${{ secrets.PLUGIN_REGISTRY_ADMIN_ACCESS_TOKEN }}
-- 
GitLab