From 53a6236138e143a8c7f38a60baac26a0cd38b8a0 Mon Sep 17 00:00:00 2001 From: Micah Galizia <1226824+micahg@users.noreply.github.com> Date: Fri, 27 Feb 2026 14:36:35 -0500 Subject: [PATCH] fix: set repository --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 55e5788..b81f57f 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,10 @@ }, "author": "auth0", "license": "Apache-2.0", + "repository": { + "type": "git", + "url": "git+https://github.com/auth0/auth0-actions.git" + }, "bugs": { "url": "https://support.auth0.com" },